This commit is contained in:
kali
2024-04-02 18:00:13 +03:00
parent a0458705fb
commit 09b5167a1a
7 changed files with 266 additions and 3 deletions

View File

@ -0,0 +1,8 @@
{% extends "layouts/simple.html.twig" %}
{% block title %}{{ title }}{% endblock %}
{% block content %}
<h1 class="display-4">{{ title }}</h1>
{{ create_table() }}
{% endblock %}