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