pcgamedb/server/templates/500.html
2024-11-29 03:53:36 +08:00

3 lines
125 B
HTML

{{template "base" .}} {{define "title"}}Server Error{{end}} {{define "styles"}}
{{end}} {{define "content"}} {{ . }} {{end}}