0.0.121 add static_page advertisement
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user