Files
tripwithbonus/templates/pages/p_static_page.html
SDE 79c32a013e 0.7.3
static pages
2023-08-31 13:36:27 +03:00

9 lines
263 B
HTML

{% 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 %}
{% endblock %}