hakyll/tests/data/template.html
2013-05-03 19:29:50 +03:00

16 lines
237 B
HTML

<div>
I'm so rich I have $$3.
$echo test$
$if(body)$
I have body
$else$
or no
$endif$
$if(unbound)$
should not be printed
$endif$
$if(body)$
should be printed
$endif$
$body$
</div>