mirror of
https://github.com/Speyll/anemone.git
synced 2024-11-10 08:26:33 +00: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> |