You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: all.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3595,6 +3595,11 @@ <h3>Jinja2 resources</h3>
3595
3595
<ahref="http://eosrei.net/articles/2015/11/latex-templates-python-and-jinja2-generate-pdfs">LaTeX templates with Python and Jinja2 to generate PDFs</a>
3596
3596
to resolve those issues.</p>
3597
3597
</li>
3598
+
<li>
3599
+
<p>When you use Jinja2 for long enough, eventually you'll want to escape
3600
+
large blocks of Jinja2-like text in your templates. To do so, you'll
3601
+
need the <ahref="http://stackoverflow.com/questions/25359898/escape-jinja2-syntax-in-a-jinja2-template">"raw" template tag</a>.</p>
3602
+
</li>
3598
3603
</ul>
3599
3604
<h1>Data</h1>
3600
3605
<p>Data is an incredibly broad topic but it can be broken down into many
Copy file name to clipboardExpand all lines: jinja2.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,11 @@ <h3>Jinja2 resources</h3>
108
108
<ahref="http://eosrei.net/articles/2015/11/latex-templates-python-and-jinja2-generate-pdfs">LaTeX templates with Python and Jinja2 to generate PDFs</a>
109
109
to resolve those issues.</p>
110
110
</li>
111
+
<li>
112
+
<p>When you use Jinja2 for long enough, eventually you'll want to escape
113
+
large blocks of Jinja2-like text in your templates. To do so, you'll
114
+
need the <ahref="http://stackoverflow.com/questions/25359898/escape-jinja2-syntax-in-a-jinja2-template">"raw" template tag</a>.</p>
115
+
</li>
111
116
</ul>
112
117
<h3>Learn more about template engines or move to a new topic?</h3>
0 commit comments