blog/templates/shortcodes/image.html
2023-04-21 01:50:27 -07:00

10 lines
248 B
HTML

{%- import "macros/image.html" as image -%}
{{ image::image(
name=name,
colocated=colocated | default(value=false),
alt=alt | default(value=body),
height=height | default(value=600),
process=process | default(value=true)
) }}