mirror of
https://github.com/almet/copanier.git
synced 2025-05-02 21:31:48 +02:00
8 lines
167 B
HTML
8 lines
167 B
HTML
{% extends "base.html" %}
|
|
{% block body %}
|
|
|
|
<div class="header">
|
|
<h1>Distributions</h1>
|
|
{% include "includes/delivery_list.html" %}
|
|
</div>
|
|
{% endblock body %}
|