mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
10 lines
279 B
Scheme
10 lines
279 B
Scheme
|
<% if $ShowNotifications && $NotificationsToday %>
|
||
|
<% loop $NotificationsToday %>
|
||
|
<div class="alert alert-warning">
|
||
|
<% if $Title %>
|
||
|
<b>$Title:</b>
|
||
|
<% end_if %>
|
||
|
$Content
|
||
|
</div>
|
||
|
<% end_loop %>
|
||
|
<% end_if %>
|