askama/testing/templates/macro-self-arg.html
Michael Pollind ce73e73720 feat: add caller pattern and adjust syntax to closer match jinja
Signed-off-by: Michael Pollind <mpollind@gmail.com>
2025-05-22 22:50:40 +02:00

6 lines
97 B
HTML

{%- macro my_s(slf) -%}
{{ slf.s }}
{%- endmacro -%}
{%- call my_s(self) -%}{%- endcall -%}