<% if $ShowNotifications && $NotificationsToday %>
<% loop $NotificationsToday %>
<% if $DisplayTitle && $Title %>

$Title

<% end_if %>
$Content
<% if $TargetLink %> <% with $TargetLink %> target="_blank"<% end_if %> > $Title <% end_with %> <% end_if %>
<% end_loop %>
<% end_if %>