chore: initial import for test contour with k3s CI
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user