Add havelseite
This commit is contained in:
11
generator/templates/image-text.html
Normal file
11
generator/templates/image-text.html
Normal file
@ -0,0 +1,11 @@
|
||||
<section class="image-text">
|
||||
{% if image %}
|
||||
<div class="image-text-image">
|
||||
<img src="{{ image.src }}" alt="{{ image.alt }}">
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="image-text-content">
|
||||
{{ content | safe }}
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user