Files
mayan-edms/mayan/apps/common/templates/generic_template.html
T

8 lines
164 B
HTML

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