0.7.3
static pages
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
{% 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 %}
|
||||
Reference in New Issue
Block a user