UNPKG

haml-coffee

Version:

Haml templates where you can write inline CoffeeScript.

23 lines 469 B
<div class='display-this'></div> 2 <!-- This should be a Haml comment and it should be in the resulting html --> <!-- %a{:href=>''} --> <p>foo</p> <h1>Hello</h1> <div> <p>this should be displayed</p> </div> <script> BB.preloadedData = {}; BB.preloadedData.about = []; BB.preloadedData.projects = []; </script> <h2>Hello</h2> <script type='text/javascript'> BB.preloadedData = {}; BB.preloadedData.about = []; BB.preloadedData.projects = []; </script>