Flask Templating Engines

Flask Templating Engines

Practical Python Solutions

7 месяцев назад

54 Просмотров

This video discusses template engines in Flask. Template engines are used to help you rapidly build web applications. Flask, like nearly all web servers is dividing into components.
Looking at Flask… it is divided into three main components. The view, model and the template

Templates also enable fast rendering of the server-side data that needs to be passed to the application.


Jinja is a templating engine for Python. A template often contains variables that can be replaced by values based on responses to the user. So, it’s used to generate dynamic web content. This allows Flask to process requests & code on the server and then render the results in html form for the user.

Here are some of the items covered in this video:

• Templates & Static folder
• Welcome html and the render template
• Form html and the output html
• View function
Ссылки и html тэги не поддерживаются


Комментарии: