Make content properties render HTML
Committed bda87f
--- a/webint_posts/templates/entry.html
+++ b/webint_posts/templates/entry.html
</div>
$if type == "note":
- $render_content(entry)
+ $:render_content(entry)
$elif type == "article":
$var title = entry["name"][0]
- $render_content(entry)
+ $:render_content(entry)
$elif type == "weight":
<h2 class=p-summary>$entry["summary"][0]</h2>
$ weight = entry["weight"][0]
$ }
<p>RSVP <strong class=p-rsvp style="color:#$colors[rsvp];">$rsvp</strong> to
<a class=u-in-reply-to href=$in_reply_to>$in_reply_to</a></p>
- $render_content(entry)
+ $:render_content(entry)
$else:
<p>$type</p>