{% extends "base.html" %}
{% import "macros.html" as macro %}
{% block content %}
    <div id="cat-header">
        <h1>Brouillons</h1>
        <hr />
    </div>

{{ macro.listArticles(drafts) }}

{% endblock content %}