ccm-website/templates/shortcodes/embedimage.html
2024-11-12 13:05:12 +02:00

1 line
No EOL
122 B
HTML

<div><img {% if h %} height={{h}} {% endif %} {% if w %} width={{w}} {% endif %} src="{{file}}" alt="{{alt}}"></img></div>