Fries
4e17ef7dff
the stylesheet got a new update from my websites stylesheet with the bigger font sizes and i split the hyperlegible font face css into its own file and made the asset code cleaner.
10 lines
178 B
HTML
10 lines
178 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block title %} - {{ error }}{% endblock %}
|
|
|
|
{% block content %}
|
|
<main>
|
|
<h1>{{ error }}</h1>
|
|
<p>{{ error_description }}</p>
|
|
</main>
|
|
{% endblock %}
|