mirror of
https://github.com/jlengrand/irma-website.git
synced 2026-03-10 08:21:20 +00:00
5 lines
315 B
HTML
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 %} |