spacedeck-open/views/not_found.html

12 lines
237 B
HTML
Raw Normal View History

2017-04-07 01:29:05 +02:00
{% 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 %}