Ghost/ghost/admin/tpl/modal.hbs

5 lines
260 B
Handlebars
Raw Normal View History

2013-07-22 19:31:44 +04:00
<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">
</section>
</article>