{% load static %} {% load compress %} {% if title %}{% if not dash %}{{title}} — {% endif %}{% endif %}Washboard {# Prevent links from opening Mobile Safari - https://gist.github.com/irae/1042167 #} {% compress css %} {% block css %} {% endblock %} {% endcompress %} {# Used to insert dynamic JS variables without attempting to cache them #} {# No need to recompress these minified scripts #} {% compress js %} {% block js %}{% endblock %} {% endcompress %} {% if user.is_authenticated %}
{% endif %}
{% if messages or alerts %} {% endif %} {% if not dash %}
{% block content %}{% endblock %}
{% else %}
{% endif %}
{% block bottom %}{% endblock %}
{% comment %} vim:filetype=htmldjango {% endcomment %}