ClickHouse/website/thank-you/index.html
2021-09-20 09:52:51 +03:00

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 %}