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
+25
View File
@@ -0,0 +1,25 @@
{% extends template ~ '.html.twig' %}
{% block title %}{{ title }}{% endblock %}
{% block body %}
<div class="main" data-controller="doc">
<div class="block-content">
<div class="col-12 my-3 mx-2">
<h3>Пациентам</h3>
<hr>
{% include '/base/patient.html.twig' %}
</div>
</div>
<div class="block-content mt-2">
<div class="col-12 my-3 mx-2">
<h3><a href="{{ getLicenseLink() }}" target="_blank">Документы и лицензии</a></h3>
</div>
</div>
</div>
{% endblock %}