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