From f895df1d2c43ea10b372a9d4f8799abc3222a12e Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 5 Mar 2026 16:07:47 +0200 Subject: [PATCH] init original template --- crates/httpd/templates/layout.html.tera | 104 +++++++++++++++++++++++- 1 file changed, 102 insertions(+), 2 deletions(-) diff --git a/crates/httpd/templates/layout.html.tera b/crates/httpd/templates/layout.html.tera index 68ef301..b9ce939 100644 --- a/crates/httpd/templates/layout.html.tera +++ b/crates/httpd/templates/layout.html.tera @@ -4,15 +4,115 @@ {{ title }}
-

{{ title }}

+

+
+ +
+
+ + {{ title }} + +
{% block content %}{% endblock content %}
+ \ No newline at end of file