nuir/templates/drafts.html

12 lines
220 B
HTML
Raw Permalink Normal View History

2021-04-07 13:02:32 +00:00
{% extends "base.html" %}
{% import "macros.html" as macro %}
{% block content %}
<div id="cat-header">
<h1>Brouillons</h1>
<hr />
</div>
{{ macro.listArticles(drafts) }}
{% endblock content %}