{% if branding.logo %}
{% endif %}
{{ info.title }}
{{ time | pretty_time }}
| {% if student.email %}
{{ student.email }}
{% else %}{{ student.name }}{% endif %}
{% if location %}
{{ location.course_name }}
{{ location.section_name }}
{{ location.subsection_name }}
{{ location.unit_name }}
{% endif %}
{% block content %}{% endblock %}