forked from duniayetu/www_duniayetu
add missing files
This commit is contained in:
13
templates/shortcodes/mycomponent.html
Normal file
13
templates/shortcodes/mycomponent.html
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
|
||||
<div {% if class %}class="{{class}}"{% endif %}>
|
||||
<h2> {{subject}} </h1>
|
||||
|
||||
{% for item in items %}
|
||||
{{ item }}
|
||||
{% endfor %}
|
||||
|
||||
|
||||
|
||||
</div>
|
Reference in New Issue
Block a user