Add havelseite
This commit is contained in:
11
generator/templates/cards.html
Normal file
11
generator/templates/cards.html
Normal file
@ -0,0 +1,11 @@
|
||||
<section class="cards-section cards-layout-{{ layout }}">
|
||||
{{ title | safe }}
|
||||
|
||||
<div class="cards">
|
||||
{% for card in cards %}
|
||||
<article class="card">
|
||||
{{ card | safe }}
|
||||
</article>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user