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