{% extends "main.html" %} {% block content %} {{ super() }}
{{ front_page_blurb() }}
{{ login_note() if login_note is defined }}
{% include '_login_form.html' %}
{% include '_register_form.html' %}
{% endblock %}