{% load snipt_tags static %} {% signup_enabled as 'signup_is_enabled' %} {% block page-title %}Siftie Snippets{% endblock %} - Code snippet app for teams and individuals. {% block page-description %} {% endblock %} {% if 'page' in request.GET %} {% endif %} {% if debug %} {% else %} {% endif %} {% if has_snipts and not detail %} {% endif %} {% block css %}{% endblock %} {% block header %}

snipt

{% if request.user.is_authenticated %} {% endif %}
{% endblock %} {% block sub-header %}
Ctrl+h for KB shortcuts
{% endblock %} {% block main %}
{% block aside %} {% endblock %}
{% block content %}{% endblock %}
{% endblock %} {% block main-edit %} {% endblock %} {% block keyboard-shortcuts %} {% endblock %} {% block extra-scripts %}{% endblock %} {% block inline-js %} {% endblock %} {% if debug %} {% else %} {% endif %} {% if has_snipts and detail %} {% endif %} {% block snipt-templates %} {% endblock %} {% block preload %} {% endblock %}