The `get` helper needs to use Promises in order to fetch data from the database, but Handlebars doesn't seem to support async/await helper callbacks out-of-the-box. Fix it so that the `get` callback can output async data into the template.