mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
26 lines
508 B
HTML
26 lines
508 B
HTML
{% set prefetch_items = [
|
|
('/docs/en/', 'document')
|
|
] %}
|
|
|
|
{% extends "templates/base.html" %}
|
|
|
|
{% block extra_meta %}
|
|
{% include "templates/common_fonts.html" %}
|
|
{% endblock %}
|
|
|
|
{% block nav %}
|
|
|
|
{% include "templates/global/nav.html" %}
|
|
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
{% include "templates/contact-thank-you/hero.html" %}
|
|
{% include "templates/contact-thank-you/overview.html" %}
|
|
|
|
{% include "templates/global/newsletter.html" %}
|
|
{% include "templates/global/github_stars.html" %}
|
|
|
|
{% endblock %}
|