8 lines
196 B
HTML
8 lines
196 B
HTML
{% extends 'layout.html' %}
|
|
|
|
{% block content %}
|
|
<section>
|
|
{% include 'courses/partials/_course_header.html' %}
|
|
{% include 'courses/partials/_course_toc.html' %}
|
|
</section>
|
|
{% endblock %}
|