Files
mayan-edms/mayan/apps/main/templates/main/generic_template.html
2014-09-13 01:24:39 -04:00

8 lines
165 B
HTML

{% extends 'main/base.html' %}
{% block title %} :: {{ title }}{% endblock %}
{% block content %}
{% include 'main/generic_subtemplate.html' %}
{% endblock %}