all repos — searchix @ d40c0e188a7fe1b36887f59c4a9958faa81b3d44

Search engine for NixOS, nix-darwin, home-manager and NUR users

frontend/templates/blocks/error.gotmpl (view raw)

1
2
3
4
5
6
{{- define "main" }}
  <p class="notice error">
    {{ .Code }}
    {{ .Message }}
  </p>
{{- end }}