mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
11 lines
315 B
Scheme
11 lines
315 B
Scheme
<% if $SiteWideMessage %>
|
|
<% with $SiteWideMessage %>
|
|
<div class="alert alert-fixed-top alert-{$Type}">
|
|
{$Message}
|
|
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
|
|
<i class="fas fa-times"></i>
|
|
</button>
|
|
</div>
|
|
<% end_with %>
|
|
<% end_if %>
|