blob: b7182b8b115aefe0176b47585ccbf9b532ff6d5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
permalink: /not-found
layout: default
---
<div class="well">
<h1>404</h1>
<p><strong>{% t not_found_page.not_found %}</strong></p>
<p>{% t not_found_page.not_found_message %}</p>
</div>
|