summaryrefslogtreecommitdiffstats
path: root/benchmark/Real.jinja
blob: 163b3af10ac1bd1dcce6ed22d6aede5bc926e579 (plain)
1
2
3
4
5
6
7
8
{#def message #}

<Layout title="Hello">
<Card>
<Greeting message={{ message }} />
<button type="button">Close</button>
</Card>
</Layout>