13 lines
No EOL
313 B
Handlebars
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> |