mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
7 lines
117 B
HTML
7 lines
117 B
HTML
|
{%- extends "layout.html" %}
|
||
|
{% block body %}
|
||
|
{% if builder != "singlehtml" %}
|
||
|
{{ body }}
|
||
|
{% endif %}
|
||
|
{% endblock %}
|