mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
9 lines
207 B
Scheme
9 lines
207 B
Scheme
<% if $SiteWideMessage %>
|
|
<div class="alert alert-fixed-top alert-{$Type}">
|
|
{$Message}
|
|
</div>
|
|
<% end_if %>
|
|
|
|
<% with $SiteConfig %>
|
|
<% include Site\Objects\NotificationsList %>
|
|
<% end_with %> |