bricks/examples/bricks.tmpl
2025-07-16 14:28:55 +08:00

9 lines
167 B
Cheetah
Executable File

{% if not webbricks or webbricks==0 %}
{% include "header.html" %}
{% endif -%}
{% include content %}
{% if not webbricks %}
{% include "footer.html" %}
{% endif -%}