montana
/
openhub
/
server
/
templates
/
not_found.html
8 lines · 187 bytes
1
{% extends "base.html" %}
2
3
{% block title %}not found - {{ site_name }}{% endblock %}
4
5
{% block body %}
6
<h1 style="color:#555;">404</h1>
7
<p class="empty">{{ message }}</p>
8
{% endblock %}