WIP: Implement frontend

This commit is contained in:
Björn Fromme
2023-09-18 13:10:20 +02:00
parent bfc5e5e242
commit ce97017ac4
70 changed files with 8751 additions and 337 deletions
+11
View File
@@ -0,0 +1,11 @@
{% extends 'base.html.twig' %}
{% block body %}
{% block page_header %}{% include '_partials/_page_header.html.twig' %}{% endblock %}
<div class="container py-24">
{% block content %}{% endblock %}
</div>
{% include '_partials/_ajax_modal.html.twig' %}
{% include '_partials/_confirmation_modal.html.twig' %}
{% include '_partials/_mobile_menu.html.twig' %}
{% endblock %}