From 79c32a013e1b9fa08c3f2d97271937055cc83af8 Mon Sep 17 00:00:00 2001 From: SDE Date: Thu, 31 Aug 2023 13:36:27 +0300 Subject: [PATCH] 0.7.3 static pages --- templates/blocks/static_pages_blocks/b_customer_search.html | 0 templates/pages/p_static_page.html | 6 +++++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 templates/blocks/static_pages_blocks/b_customer_search.html diff --git a/templates/blocks/static_pages_blocks/b_customer_search.html b/templates/blocks/static_pages_blocks/b_customer_search.html new file mode 100644 index 0000000..e69de29 diff --git a/templates/pages/p_static_page.html b/templates/pages/p_static_page.html index aa5de4e..7494b42 100644 --- a/templates/pages/p_static_page.html +++ b/templates/pages/p_static_page.html @@ -1,5 +1,9 @@ {% extends "tb_base.html" %} {% block content %} - +

{{ page.title }}

+

{{ page.description }}

+ {% if page.url == 'customer_search' %} + {% include "blocks/static_pages_blocks/b_customer_search.html" %} + {% endif %} {% endblock %} \ No newline at end of file