michal/tit

Browse tree · Show commit · Download archive

Blob: templates/error.html

Raw · Blame

{% extends "base.html" %}
{% block title %}{{ status }} · tit{% endblock %}
{% block content %}
  <h1>{{ status }}</h1>
  <p>{{ message }}</p>
  <p><a href="/">Return home</a></p>
{% endblock %}