mirror of
https://github.com/jlengrand/irma-website.git
synced 2026-03-10 08:21:20 +00:00
- Cleaned up project structure and removed various unused template stuff.
- Added i18n lib and split moved all translations to seperate files.
- Added very simple language selector.
5 lines
330 B
HTML
5 lines
330 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" | prepend: site.baseurl_root }}#{{ include.id }}" />
|
|
</svg>
|
|
{% endif %} |