Add gallery, about and error pages

This commit is contained in:
Paul Nicoué 2022-04-15 16:45:38 +02:00
parent fab69b64a1
commit d272a8752b
48 changed files with 1424 additions and 1138 deletions

View file

@ -2,6 +2,7 @@
{% block main %}
<main>
<section class="home-section">
<div class="home">
@ -23,5 +24,6 @@
</div>
</section>
</main>
{% endblock %}