{# Link to CSS using the asset manager #}
{% block stylesheets %}
{# Additional styles can be added by child templates here #}
{% endblock %}
{% block body %}
{# Main content goes here #}
{% endblock %}
{# Link to JavaScript using the asset manager #}
{% block javascripts %}
{# Additional scripts can be added by child templates here #}
{% endblock %}