From 04853ff19450c5925a7c9bacc11abe90e75f8510 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Mon, 5 Sep 2022 13:58:34 +0200 Subject: [proxy] complete the text content and styling of web UI pages written so far --- src/hydrilla/proxy/web_ui/templates/index.html.jinja | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'src/hydrilla/proxy/web_ui/templates/index.html.jinja') diff --git a/src/hydrilla/proxy/web_ui/templates/index.html.jinja b/src/hydrilla/proxy/web_ui/templates/index.html.jinja index 8fd2ead..725e30e 100644 --- a/src/hydrilla/proxy/web_ui/templates/index.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/index.html.jinja @@ -19,7 +19,25 @@ file's licenses. Although I request that you do not make use this code in a proprietary work, I am not going to enforce this in court. #} {% extends "base.html.jinja" %} + {% block title %} {{ _('web_ui.home.title') }} {% endblock %} + {% block main %} - {{ _('web_ui.home.welcome_to_haketilo') }} +

+ {{ _('web_ui.home.heading.welcome_to_haketilo') }} +

+ +

+ {{ _('web_ui.home.this_is_haketilo_page') }} +

+ +
+ +

+ {{ _('web_ui.home.heading.about_haketilo') }} +

+ +

+ {{ _('web_ui.home.haketilo_is_blah_blah') }} +

{% endblock %} -- cgit v1.2.3