mirror of
https://github.com/zaaarf/friendenstein.git
synced 2024-11-14 19:49:21 +01:00
4 lines
181 B
HTML
4 lines
181 B
HTML
|
<div {% if class %}class="{{class}}"{% endif %}>
|
||
|
<img src="{{id}}" {% if alt %}alt="{{alt}}"{% endif %}>
|
||
|
{% if caption %}<div class="caption">{{caption}}</div>{% endif %}
|
||
|
</div>
|