winter/themes/demo/pages/error.htm

10 lines
243 B
HTML
Raw Normal View History

2014-05-14 23:24:20 +10:00
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>