mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-14 09:52:09 +03:00
6 lines
282 B
Handlebars
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> |