Created
February 16, 2017 01:17
-
-
Save avelino/e0a86cc9297c71182b336cf655296719 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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