Skip to content

Instantly share code, notes, and snippets.

@avelino
Created February 16, 2017 01:17
Show Gist options
  • Save avelino/e0a86cc9297c71182b336cf655296719 to your computer and use it in GitHub Desktop.
Save avelino/e0a86cc9297c71182b336cf655296719 to your computer and use it in GitHub Desktop.
<title>{% block title %}{% endblock %}</title>
<ul>
{% for user in users %}
<li><a href="{{ user.url }}">{{ user.username }}</a></li>
{% endfor %}
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment