{% 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 %}