{% trans "Skip to main content" %}
{% with course=request.course %}
{% include "header.html"|microsite_template_path with online_help_token=online_help_token %}
{% endwith %}
{% with course=request.course %}
{% include "footer.html"|microsite_template_path %}
{% endwith %}
{% javascript 'base_application' %}
{% render_block "js" %}
{% comment %}
This is a django template version of our main page from which all
other pages inherit. This file should be rewritten to reflect any
changes in main.html! Files used by {% include %} can be written
as mako templates.
Inheriting from this file allows us to include apps that use the
django templating system without rewriting all of their views in
mako.
{% endcomment %}