alert.html 97 B

123
  1. <div class="alert alert-{{ .Get "type"}}">
  2. <strong>{{.Inner | markdownify }}</strong>
  3. </div>