Files
mayan-edms/mayan/apps/common/templates/generic_template.html
2014-06-20 18:30:53 -04:00

8 lines
164 B
HTML

{% extends 'base.html' %}
{% block title %} :: {{ title|capfirst }}{% endblock %}
{% block content %}
{% include 'generic_subtemplate.html' %}
{% endblock %}