Top > 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
Last-modified: Sat, 07 Jul 2018 01:28:56 JST (2119d)