www_duniayetu/templates/shortcodes/mycomponent.html

13 lines
157 B
HTML
Raw Normal View History

2023-12-15 20:12:07 +00:00
<div {% if class %}class="{{class}}"{% endif %}>
<h2> {{subject}} </h1>
{% for item in items %}
{{ item }}
{% endfor %}
</div>