9 lines
267 B
Text
9 lines
267 B
Text
<div .alert .fade .in .#{divclass} :block:.alert-block ##{alertid}>
|
|
$if closable
|
|
<a .close data-dismiss="alert" href="#">×</a>
|
|
$maybe h <- heading
|
|
$if block
|
|
<h4 class="alert-heading">#{h}</h4>
|
|
$else
|
|
<strong>#{h}</strong>
|
|
^{widget}
|