add (translated) templates

This commit is contained in:
Vri 🌈 2023-07-30 13:29:45 +02:00
parent 528e81a4b4
commit 8eee7cb991
Signed by: vrifox
GPG key ID: D40098E5B60B2197
18 changed files with 231 additions and 0 deletions

9
room.html Normal file
View file

@ -0,0 +1,9 @@
{{ room.title }}
{%- if room.invite %}
Du wurdest in einen Raum eingeladen, betritt ihn mit folgendem Link: {{ room.link }}
{%- else %}
{%- for notif in room.notifs %}
{%- include 'notif.txt' with context %}
{%- endfor %}
{%- endif %}