{% extends 'portal/teach/materials/base.html' %} {% load app_tags %} {% load static %} {% block scripts %} {{ block.super }} {% endblock scripts %} {% block content %} {{ block.super }} {% if not video_link %}

{{ title }}

Back to resources

{{ description }}

Download PDF
{% else %}

{{ title }}

Back to resources

{{ description }}

Download Video Download PDF
{% endif %}
{% endblock content %} {% block below_nav %} {% if links %} {% endif %} {% endblock %}