You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

alert_details.tmpl 110B

1234567
  1. {{.Message}}
  2. <details>
  3. <summary>{{.Summary}}</summary>
  4. <code>
  5. {{.Details | Str2html}}
  6. </code>
  7. </details>