nunjucks - node template engine
{% if using %}
You are amazing
{% else %}
Get on it!
{% endif %}
paragraph paragraph paragraph paragraph
{% for li in lis %}
{{ loop.index }} : {{ li.d }} of {{ title }}
{% endfor %}