Use Tera for HTML: ```jinja2
{# a comment #} ```
Use LaTera for LaTeX:
latex
\section{ <# block section #><# endblock section #> }
\begin{itemize}
<# for user in users #>
\item \href{ << user.url >> }{ << user.username >> }
<# endfor #>
\end{itemize}
<% a comment %>
diff
-variable_start = { "{{-" | "{{" }
-variable_end = { "-}}" | "}}" }
+variable_start = { "<<-" | "<<" }
+variable_end = { "->>" | ">>" }
-tag_start = { "{%-" | "{%" }
-tag_end = { "-%}" | "%}" }
+tag_start = { "<#-" | "<#" }
+tag_end = { "-#>" | "#>" }
-comment_start = { "{#-" | "{#" }
-comment_end = { "-#}" | "#}" }
+comment_start = { "<%-" | "<%" }
+comment_end = { "-%>" | "%>" }