{% extends "/html/base.html" %} {%block subtitle %}: {{post.title}}{% endblock %} {% block content %}
{% if post.episode-prereqs %}

Prereqs

{% endif %} {% if post.video-url %} {% endif %} {% include "/html/post-content.html" %} {% if post.episode-next-steps %}

Next steps

{% endif %}
{% endblock %}