diaspora/app/assets/templates/mood.jst.hbs
2012-05-21 12:33:28 -07:00

13 lines
No EOL
313 B
Handlebars

<div class="container">
<section class="photo_viewer"></section>
<!--Temp hacks-->
{{#if o_embed_cache}}
{{#if o_embed_cache.data}}
{{{o_embed_cache.data.html}}}
{{/if}}
{{/if}}
<header>{{{headline}}}</header>
<section class="body">{{{body}}}</section>
</div>