initial commit
[edumed.git] / catalogue / templates / catalogue / section_detail.html
1 {% extends "base.html" %}
2 {% load catalogue_tags %}
3
4 {% block title %}{{ object }}{% endblock %}
5
6 {% block body %}
7     <h1>{{ object }}</h1>
8     {% section_box object %}
9     
10
11 {% endblock %}