12 lines
237 B
HTML
12 lines
237 B
HTML
{% extends 'layouts/outer.html' %}
|
|
|
|
{% block title %}[[ __("not_found") ]]{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
<div id="landing" style="padding-top:200px;margin:auto;width:300px;">
|
|
<h1>[[__("not_found")]]</h1>
|
|
</div>
|
|
|
|
{% endblock %}
|