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