mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2025-07-16 22:13:30 +02:00
New templates!
This commit is contained in:
9
templates/message.html
Normal file
9
templates/message.html
Normal 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 %}
|
Reference in New Issue
Block a user