9 lines
167 B
Cheetah
9 lines
167 B
Cheetah
|
{% if not webbricks or webbricks==0 %}
|
||
|
{% include "header.html" %}
|
||
|
{% endif -%}
|
||
|
{% include content %}
|
||
|
{% if not webbricks %}
|
||
|
{% include "footer.html" %}
|
||
|
{% endif -%}
|
||
|
|