New templates!

This commit is contained in:
Slatian
2023-02-23 21:24:35 +01:00
parent bb872bef3c
commit 67b2103f5a
8 changed files with 173 additions and 97 deletions

9
templates/message.html Normal file
View File

@ -0,0 +1,9 @@
{% extends "base.html" %}
{% block title %}{{data.title}}{% endblock %}
{% block og_title %}{{ data.title }}{% endblock %}
{% block h1 %}{{ data.title }}{% endblock %}
{% block content %}
<p>{{data.mesage}}</p>
{% endblock %}