WIP: Implement frontend
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user