chore: initial import for test contour with k3s CI

This commit is contained in:
sova-bootstrap
2026-05-28 12:09:28 +03:00
commit d77d0a872f
423 changed files with 35401 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{% extends 'admin_base.html.twig' %}
{% block title %}Edit Banner{% endblock %}
{% block body %}
<h1>Edit Banner</h1>
{{ include('banner/_form.html.twig', {'button_label': 'Update'}) }}
<a href="{{ path('admin_banner_index') }}">back to list</a>
{{ include('banner/_delete_form.html.twig') }}
{% endblock %}