Top > Jinja2
  • The added line is THIS COLOR.
  • The deleted line is THIS COLOR.
  • Go to Jinja2.

[[Python/Template]] > [[Jinja2]]

- Jinja2
--  http://jinja.pocoo.org/docs/2.10/
 <title>{% block title %}{% endblock %}</title>
 <ul>
 {% for user in users %}
   <li><a href="{{ user.url }}">{{ user.username }}</a></li>
 {% endfor %}
 </ul>


Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes