Commit 3dc2e69d2288183b5d672a6de87ba3e6afefd575

Authored by Leonardo Merlin
1 parent c3700330

Fix: html escaped

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
index.html
... ... @@ -24,7 +24,7 @@
24 24 </header>
25 25  
26 26 <div id="content">
27   - <p>{{article.body}}</p>
  27 + <p>{{{article.body}}}</p>
28 28 </div>
29 29  
30 30 <nav>
... ...