9 lines
263 B
HTML
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 %} |