{# This is the main block that all other templates will extend and fill. #} {% block content %}{% endblock %}
{# A block for page-specific JavaScript files #} {% block scripts %}{% endblock %}