UNPKG

j2

Version:

A fast Javascript template engine

25 lines (23 loc) 414 B
<html> {{ test }} {# this is comment #} {% for app in apps %} in loop {% if ok == 1 %} ok is {{ ok }} {% elif ok == 2 %} ok is {{ ok }} {% else %} not ok {% endif %} {% if loop.first %} is first {% endif %} {% if loop.last %} is last {% endif %} {{ loop.cycle('even', 'odd') }} {% endfor %} {% set vv = 'bb' %} {{ vv }} </html>