From 01834fe901117809490fbf59b104833bdd88ea20 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Wed, 26 Oct 2022 14:30:28 +0200 Subject: [proxy] add documentation page describing URL patterns in Haketilo --- src/hydrilla/common_jinja_templates/base.html.jinja | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'src/hydrilla/common_jinja_templates') diff --git a/src/hydrilla/common_jinja_templates/base.html.jinja b/src/hydrilla/common_jinja_templates/base.html.jinja index 0c29c0c..f8a5200 100644 --- a/src/hydrilla/common_jinja_templates/base.html.jinja +++ b/src/hydrilla/common_jinja_templates/base.html.jinja @@ -100,8 +100,20 @@ code in a proprietary work, I am not going to enforce this in court. {% endif %} {% endmacro %} -{% macro verbatim(code) %} -
{{ code }}
+{% macro verbatim() %} +
{{ caller()|safe }}
+{% endmacro %} + +{% macro unordered_list() %} + +{% endmacro %} + +{% macro list_entry() %} +
  • + {{ caller() }} +
  • {% endmacro %} @@ -237,6 +249,10 @@ code in a proprietary work, I am not going to enforce this in court. border: 1px solid #e3e3e3; } + .bold { + font-weight: bold; + } + .hide { display: none !important; } -- cgit v1.2.3