Files
NP_CSM_Tool/app/templates/get_courses.html

9 lines
189 B
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
{% include 'head.html' %}
{% include 'header.html' %}
{% include 'logo.html' %}
{% include 'subheader.html' %}
{% block content %}
{% include 'table.html' %}
{% endblock %}