Skip to content

Instantly share code, notes, and snippets.

@evanxg852000
Created December 24, 2018 08:59
Show Gist options
  • Save evanxg852000/0e6eed405333f3c421efa0ce0bfbb498 to your computer and use it in GitHub Desktop.
Save evanxg852000/0e6eed405333f3c421efa0ce0bfbb498 to your computer and use it in GitHub Desktop.
{% extends main.html %}
{% block content %}
{% if (test) %}
truthy eval
{% else %}
falsy eval
{% endif %}
<ul>
{% for (let it of items) %}
<li>#{{ 'Name' }} : {{ it }}</li>
{% endfor %}
</ul>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment