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
+3
View File
@@ -0,0 +1,3 @@
{% form_theme form 'bootstrap_4_layout.html.twig' %}
{{ form_start(form) }}
{{ form_end(form) }}
+10
View File
@@ -0,0 +1,10 @@
{% extends 'base.html.twig' %}
{% block title %}{{ title }}{% endblock %}
{% block body %}
<div class="def" data-controller="report">
<canvas id="myChart" width="600" height="400"></canvas>
</div>
{% endblock %}