LaTera

Use Tera for HTML: ```jinja2 {% block title %}{% endblock title %}

{# 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 %>

Objectives

Changelog

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 = { "-%>" | "%>" }