{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block content %}

Gists

Share and discover code snippets
{{ total_count }} gist{{ 's' if total_count != 1 else '' }}
{% for item in gists %} {% else %}
No gists found. Create one!
{% endfor %}
{% if user %} {% endif %} {% endblock %} {% block extra_js %} {% endblock %}