blade
Version:
Blade - HTML Template Compiler, inspired by Jade & Haml
8 lines • 321 B
HTML
<head><script type="text/javascript">
$(document).ready(function() {
console.log("This is only a test");
});
</script></head><body>This is only a test<br/><br/>I am testing <to> see if this got "escaped"<br/><br/><br/><br/><br/>to see if this worked right...
<![CDATA[
This is a <cool> test
]]></body>