{% extends "base.html" %} {% from "_macros.html" import modal %} {% 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 %}
{% include "_load_more.html" %}
{% if user %} {% call modal('create-gist-modal', 'Create Gist', wide=true) %}
{% include "_attachment_form.html" %}
{% endcall %} {% else %} + {% endif %} {% endblock %} {% block extra_js %} {% endblock %}