dms/templates/dms/home.html

5 lines
104 B
HTML

{% extends "base.html" %}
{% block "content" %}
<h2>Derniers documents publiés</h2>
{% endblock %}