mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-05 17:53:29 +02:00
Remove macros
This commit is contained in:
@@ -1,16 +1,14 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% import "macros.html" as macros %}
|
||||
|
||||
{% block content %}
|
||||
<div class="flex flex-col mx-auto text-center">
|
||||
<h1>DON'T PANIC!</h1>
|
||||
<h2>404: Page not found!</h2>
|
||||
|
||||
<img class="max-h-[50vh]"
|
||||
<img class="max-h-[50vh] mx-auto"
|
||||
src="{{ get_url(path='images/panic.svg') | safe }}"
|
||||
alt="">
|
||||
|
||||
{{ macros::btn(link=get_url(path="/") , content="Back to the homepage") }}
|
||||
<a class="text-2xl font-bold" href="{{ get_url(path='/') }}">Back to homepage</a>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user