1
0
Fork 0
jinjax/benchmark/Real.jinja

9 lines
138 B
Text
Raw Permalink Normal View History

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