alert.tmpl 115 B

12345
  1. {{if .Flash}}
  2. <div class="sixteen wide center aligned centered column">
  3. {{template "base/alert" .}}
  4. </div>
  5. {{end}}