Skip to content

Instantly share code, notes, and snippets.

@antonagestam
Created March 29, 2015 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antonagestam/2e38ee94d69077c8e795 to your computer and use it in GitHub Desktop.
Save antonagestam/2e38ee94d69077c8e795 to your computer and use it in GitHub Desktop.
<h3>Gadget users</h3>
<ul>
{% for user in gadget_users %}
<li>{{ user }}</li>
{% endfor %}
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment