ClickHouse/docs/_templates/page.html

7 lines
117 B
HTML
Raw Normal View History

{%- extends "layout.html" %}
{% block body %}
{% if builder != "singlehtml" %}
{{ body }}
{% endif %}
{% endblock %}