diaspora/app/assets/templates/mood_tpl.jst.hbs
2013-08-04 15:46:42 +02:00

23 lines
698 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}}
{{else}}
{{#if open_graph_cache}}
<div class="opengraph">
<a href="{{open_graph_cache.url}}" target="_blank">
<h2>{{{open_graph_cache.title}}}</h2>
<img src="{{open_graph_cache.image}}"/>
<p>{{open_graph_cache.description}}</p>
</a>
</div>
{{/if}}
{{/if}}
<header>{{{headline}}}</header>
<section class="body">{{{body}}}</section>
</div>