# Displaying data

## Introduction

This lesson is fun! You'll be setting up several views, and you'll start to see your Application come together. We'll finally get to see our data showing up in the browser! This is a long lesson that is broken up into several sub-lessons, so make sure you click through to see them all.

## Learning outcomes

By the end of this lesson, you should be able to do the following:

* Describe asynchronous functions.
* Manage asynchronous operations in controller functions.
* Manage flow control when using asynchronous operations.
* Create and extend templates.
* Write templates using Pug.
* Pass information to a template from your view.
* Implement read-only pages.
* Describe how routes works.
* Describe how views and models work in practice.
* Query database using models.
* Describe date handling using luxon.

## Assignment

* Let's get back to [the tutorial](https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs/Displaying_data).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://howtocode.trek.io/topics/deep-dives/nodejs/express/displaying-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
