winter/themes/demo/pages/error.htm
2014-05-14 23:24:20 +10:00

10 lines
243 B
HTML

title = "Error page (500)"
url = "/error"
layout = "default"
==
<div class="jumbotron">
<div class="container">
<h1>Error</h1>
<p>We're sorry, but something went wrong and the page cannot be displayed.</p>
</div>
</div>