Templates

Flask has built-in support for Jinja2 templating. Jinja2 templating has a standard defined pattern for rendering the HTML. We can place dynamic content by passing the context argument. Jinja2 gives an ability to render HTML with some expressions and conditions, extending and including template features.

Flask follows a standard templating scaffolding structure to lay out all template files. The following is the scaffolding we followed by creating a templates directory under the project's root directory and then creating subdirectories based on other module names:

Here, we have created templates as per the module and put the generic ...

Get Building Serverless Python Web Services with Zappa now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.