mirror of
https://github.com/zaaarf/friendenstein.git
synced 2024-11-12 18:49:22 +01:00
4 lines
No EOL
181 B
HTML
4 lines
No EOL
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> |