mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-02 07:20:55 +00:00
16 lines
224 B
HTML
16 lines
224 B
HTML
{%- import "macro-import-str-cmp-macro.html" as macros -%}
|
|
|
|
A
|
|
|
|
{%- call macros::strcmp("foo") -%}{%- endcall -%}
|
|
|
|
B
|
|
|
|
{%- call macros::strcmp("bar") -%}{%- endcall -%}
|
|
|
|
C
|
|
|
|
{%- call macros::strcmp("cat") -%}{%- endcall -%}
|
|
|
|
D
|