aboutsummaryrefslogtreecommitdiff
path: root/source/static/templates/error.html
blob: 3790d3e91e504efc5da388dbb18e86ff09bf3bfc (plain)
1
2
3
4
5
## error.html
<%inherit file="base.html"/>
<div class="left inner">
    <h1>An error occured:</h1>
    ${message}
bgstack15