Ghost/ghost/admin/tpl/modal.hbs
Matthew Harrison-Jones e545cba8e1 Added in Modals
2013-07-24 11:15:09 +01:00

6 lines
282 B
Handlebars

<article class="modal{{#if type}}-{{type}}{{/if}} {{animation}} js-modal">
<header class="modal-header"><h1>{{title}}</h1><a class="close" href="#"><span class="hidden">Close</span></a></header>
<section class="modal-content">
{{{content}}}
</section>
</article>