Show Menu
Cheatography

JINJA-FLASK Cheatsheet Cheat Sheet (DRAFT) by

JINJA Templating cheatsheet

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Basic variable usage

var1 = "­jinja is here"
<p>{{ var1 }}<­/p>

Basic variable usage (copy)

var1 = "­jinja is here"
<p>{{ var1 }}<­/p>