This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

core / templates / errors / 500.html
217 B 10 lines
1<html> 2 <title>500</title> 3 {{ template "layouts/head" . }} 4 <body> 5 {{ template "layouts/nav" . }} 6 <main> 7 <h3>500 &mdash; something broke!</h3> 8 </main> 9 </body> 10</html>