mirror of
https://github.com/zaaarf/friendenstein.git
synced 2025-01-08 21:03:54 +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>
|