Files
irma-website/_includes/svg.html
2018-06-21 16:14:50 -04:00

5 lines
315 B
HTML

{% if include.id %}
<svg{% if include.class %} class="{{ include.class }}"{% endif %}{% if include.width %} width="{{ include.width }}"{% endif %}{% if include.height %} height="{{ include.height }}"{% endif %}>
<use xlink:href="{{ "svg/sprite.symbol.svg" | relative_url }}#{{ include.id }}" />
</svg>
{% endif %}