Added Handlebars language

This commit is contained in:
Peter Wagenet
2012-11-12 17:16:18 -08:00
parent d92d208a45
commit 0e20f6d454
3 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<div class="entry">
<h1>{{title}}</h1>
<div class="body">
{{body}}
</div>
</div>