Added plain text (gemtext like) templates

This commit is contained in:
Slatian
2023-02-25 15:42:59 +01:00
parent aa384c9eff
commit 896564791e
11 changed files with 265 additions and 24 deletions

5
templates/index.txt Normal file
View File

@ -0,0 +1,5 @@
{% extends "ip.txt" %}
{% block title -%}
Your IP-Adress is: {{ data.result.address }}
{%- endblock %}