zola-inky-fork/templates/shortcodes/image_original.html

4 lines
134 B
HTML
Raw Normal View History

2023-02-12 19:09:36 +00:00
{% import "macros/images.html" as images -%}
{{ images::image(path=page.path, src=src, alt=alt, class=class | default(value="") ) }}