hakyll/tests/data/template.html

17 lines
237 B
HTML
Raw Normal View History

2012-11-19 13:59:55 +00:00
<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$
2012-11-19 13:59:55 +00:00
$body$
</div>