aboutsummaryrefslogblamecommitdiffstats
path: root/testing/templates/macro-import-str-cmp.html
blob: 648a0cf97f8925c629b3812d37d7d24bd5323b38 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                          
{%- import "macro-import-str-cmp-macro.html" as macros -%}

A

{%- call macros::strcmp("foo") -%}

B

{%- call macros::strcmp("bar") -%}

C

{%- call macros::strcmp("cat") -%}

D