JINJA2 Cheat Sheet |
Inheritance<html> <head> <title>My Jinja {% block title %}{% endblock %} </title> </head> <body> <div class="container"> <h2>This is from the base template</h2> <br> { block content }{ endblock } <br> </div> </body> </html> |
Cheatography
https://cheatography.com
Jinja2 Cheat Sheet Cheat Sheet (DRAFT) by abbehund
Cheat Sheet for Jinja2
This is a draft cheat sheet. It is a work in progress and is not finished yet.