Add router
This commit is contained in:
parent
f6d4e7c556
commit
8c94eb5252
19 changed files with 106 additions and 67 deletions
|
|
@ -8,6 +8,6 @@
|
|||
<div class="mt-4 text-center">
|
||||
<h1>{{ t!("error.error_404.title") }}</h1>
|
||||
<h2 class="fst-italic">{{ t!("error.error_404.subtitle") }}</h2>
|
||||
<a href="/" class="mt-3 btn btn-info">{{ t!("error.error_404.button") }}</a>
|
||||
<a href="{{ router.root_path() }}" class="mt-3 btn btn-info">{{ t!("error.error_404.button") }}</a>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue