Fix base64 encodings
[pgweb/local.git] / templates / 500.html
blob58105e4fc34226f464cf4ff473b55b08d540ee2b
1 {%extends "base/page.html"%}
2 {%block title%}Server error{%endblock%}
3 {%block contents%}
4 <h1>Server Error</h1>
5 <p>
6 An internal server error occurred.
7 </p>
8 {%endblock%}