summaryrefslogtreecommitdiffstats
path: root/roles/ipsilon/files/templates/notfound.html
blob: b853c9558105f53e57c4a68cc58e27d69ec53e62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{% extends "master-user.html" %}
{% block toptext %}
404 - Not Found
{% endblock %}
{% block main %}
  {% if message: %}
    <p>{{ message }}</p>
  {% else %}
    <p>This page does not exist.</p>
  {% endif %}
  <p>If you think this is an error, contact the server administrator to resolve
     the problem.</p>
{% endblock %}