static pages
This commit is contained in:
SDE
2023-08-31 13:36:27 +03:00
parent ecdf99a187
commit 79c32a013e
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
{% extends "tb_base.html" %} {% extends "tb_base.html" %}
{% block content %} {% block content %}
<h1>{{ page.title }}</h1>
<h2>{{ page.description }}</h2>
{% if page.url == 'customer_search' %}
{% include "blocks/static_pages_blocks/b_customer_search.html" %}
{% endif %}
{% endblock %} {% endblock %}