NDOJ/templates/course/base.html
2024-02-19 17:00:44 -06:00

5 lines
No EOL
127 B
HTML

{% extends "two-column-content.html" %}
{% block left_sidebar %}
{% include "course/left_sidebar.html" %}
{% endblock %}