This commit is contained in:
2023-11-29 11:46:54 +03:00
parent 909ed62c8d
commit 240ce7ad14
6 changed files with 190 additions and 9 deletions

View File

@@ -0,0 +1,13 @@
<div {% if class %}class="{{class}}"{% endif %}>
<h2> {{subject}} </h1>
{% for item in items %}
{{ item }}
{% endfor %}
</div>