Add missing template

quote-url-support
Thomas Sileo 2022-08-28 19:32:05 +02:00
rodzic c275d7064e
commit fc0445fcec
1 zmienionych plików z 12 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,12 @@
{%- 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 %}