docspell/website/site/templates/shortcodes/imgnormal.html
2020-08-10 17:40:25 +02:00

4 lines
176 B
HTML

{% set len = page.components | length %}
{% set p = page.components | slice(end=len - 1) | join(sep='/') %}
<img src="{{ get_url(path=p ~ "/" ~ file) }}" width="{{ width }}">