2016-01-04 17:30:11 -07:00

14 lines
210 B
Plaintext

<macro alert(title)>
<div>
<h1>
${title}
</h1>
<p>
<macro-body/>
</p>
</div>
</macro>
<alert title="My Alert">
Something went wrong!
</alert>