Ghost/core/client/tpl/notification.hbs
2013-09-15 18:19:56 +01:00

5 lines
196 B
Handlebars

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