0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/client/tpl/notification.hbs

5 lines
196 B
Handlebars
Raw Normal View History

<section class="notification{{#if type}}-{{type}}{{/if}} notification-{{status}} js-notification">
{{{message}}}
<a class="close" href="#"><span class="hidden">Close</span></a>
</section>