{% import "macros/flash.html" as mac_flash %} {% import "macros/partners.html" as mac_partners %} {% extends "pages/skeleton.html" %} {% set title = "Sign in" %} {% block head_styles %} {{ super() -}} {% filter indent(width=8, first=True) %} {% endfilter %} {% endblock head_styles %} {% block body_content %} {{ super() -}}
{% if partners is defined %} {% endif %}
{% filter indent(width=4) %} {{ mac_flash.display_messages() -}} {% endfilter %}
{% endblock body_content %} {% block body_scripts %} {{ super() -}} {% filter indent(width=8, first=True) %} {% endfilter %} {% endblock body_scripts %}