summaryrefslogtreecommitdiff
path: root/templates/alert.hamlet
blob: 2d0daf8418cf5b47aadb8461947027efeaf334b8 (plain)
1
2
3
4
5
6
7
8
9
<div .alert .fade .in .#{divclass} :block:.alert-block ##{alertid}>
  $if closable
    <a .close data-dismiss="alert" href="#">&times;</a>
  $maybe h <- heading
    $if block
      <h4 class="alert-heading">#{h}</h4>
    $else
      <strong>#{h}</strong>
  ^{widget}