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