blob: f0dbb1202253e065f31d927cff50067fcad54026 [file] [log] [blame]
#macro(warning $title, $message)
<div class="alert alert-warning">
<span class="glyphicon glyphicon-warning-sign"></span> <strong>${title}</strong>
<hr class="message-inner-separator">
<p>${message}</p>
</div>
#end