summaryrefslogtreecommitdiffstats
path: root/templates_gmi/shortcodes/fig.html
blob: 4e4b4c39a10b62623d8a07005de847143151c40f (plain)
1
2
3
4
5
6
{% if src is starting_with("/") %}
{% set img_src = src %}
{% else %}
{% set img_src = page.path ~ src %}
{% endif %}
=> {{ img_src }} {{ alt }}