Skip to content

Commit

Permalink
triple brackets as to not escape HTML code
Browse files Browse the repository at this point in the history
  • Loading branch information
jdan committed Oct 6, 2012
1 parent e741663 commit 4cc8a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_text.mustache
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<section class="slide text">
<h1 class="title">{{title}}</h1>
<article class="content">{{content}}</article>
<article class="content">{{{content}}}</article>
</section>

0 comments on commit 4cc8a86

Please sign in to comment.