microblog.pub/app/templates/error.html
2022-08-28 19:32:05 +02:00

13 lines
243 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">
<h1>{{ title }}</h1>
</div>
{% endblock %}