Add favicon and title
This commit is contained in:
parent
fc82ffc481
commit
09429080b1
13 changed files with 62 additions and 12 deletions
|
|
@ -1,4 +1,9 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}
|
||||
{{ t!("error.generic.title_tag") }}
|
||||
{% endblock %}
|
||||
|
||||
{% block main %}
|
||||
<div class="mt-4 text-center">
|
||||
<h1>{{ t!("error.generic.title") }}</h1>
|
||||
|
|
|
|||
Loading…
Reference in a new issue