summaryrefslogtreecommitdiff
path: root/talerbank/app/templates/404.html
blob: cdbd97fc7322664e001150ef9057a05de445ed41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% extends "base.html" %}

{% block main %}

  <h1>{{ _("Error") }}</h1>

  <aside class="sidebar" id="left">
  </aside>
  <section id="main">
    <article>
      <p>{{ _("Page not found!") }}</p>
    </article>
  </section>
{% endblock main %}