0.0.121 add static_page advertisement

This commit is contained in:
2023-08-31 19:16:11 +03:00
parent 7f2e216db4
commit 770289f1ae
16 changed files with 336 additions and 134 deletions

View File

@@ -1,9 +1,11 @@
{% extends "tb_base.html" %}
{% 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 %}
{% if page.url == 'advertisement' %}
{% include "blocks/static_pages_blocks/b_advertisement.html" %}
{% endif %}
{% endblock %}