1
0
mirror of https://git.sr.ht/~tsileo/microblog.pub synced 2025-02-23 15:37:49 +01:00
2022-09-16 18:14:50 +02:00

13 lines
274 B
HTML

{%- import "utils.html" as utils with context -%}
{% extends "layout.html" %}
{% block head %}
<title>{{ title }}</title>
{% endblock %}
{% block content %}
<div class="centered primary-color box">
<h1 class="error-title">{{ title | safe }}</h1>
</div>
{% endblock %}