~widelands-dev/widelands-website/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{% extends "mainpage/base.html" %}

{% block title %}
Not found - {{ block.super}}
{% endblock %}

{% block content_header %}
    <h1>Not found...</h1>
{% endblock %}

{% block content_main %} 
<div class="blogEntry">
	<p>
		The document you requested was not found....<br />
		You went astray somewhere....
	</p>
</div>
{% endblock %}