about summary refs log tree commit diff stats
path: root/frontend/templates/blocks/error.gotmpl
blob: 1352b2e7f5a5188e826cea220694fefa393ee145 (plain)
1
2
3
4
5
6
{{- define "main" }}
  <p class="notice error">
    {{ .Code }}
    {{ .Message }}
  </p>
{{- end }}