mirror of
https://github.com/TheAnachronism/docspell.git
synced 2024-11-13 02:31:10 +00:00
6 lines
201 B
HTML
6 lines
201 B
HTML
|
<figure class="image">
|
||
|
{% set len = page.components | length %}
|
||
|
{% set p = page.components | slice(end=len - 1) | join(sep='/') %}
|
||
|
<img src="{{ get_url(path=p ~ "/" ~ file) }}">
|
||
|
</figure>
|