Add missing template
This commit is contained in:
parent
c275d7064e
commit
fc0445fcec
1 changed files with 12 additions and 0 deletions
12
app/templates/error.html
Normal file
12
app/templates/error.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
{%- import "utils.html" as utils with context -%}
|
||||
{% extends "layout.html" %}
|
||||
|
||||
{% block head %}
|
||||
<title>{{ title }}</title>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="centered primary-color">
|
||||
<h1>{{ title }}</h1>
|
||||
</div>
|
||||
{% endblock %}
|
Loading…
Reference in a new issue