ClickHouse/website/thank-you/index.html

27 lines
531 B
HTML
Raw Normal View History

2021-09-16 23:12:42 +00:00
{% set prefetch_items = [
('/docs/en/', 'document')
] %}
{% extends "templates/base.html" %}
{% block extra_meta %}
2021-09-19 21:10:13 +00:00
{% include "templates/common_fonts.html" %}
2021-09-16 23:12:42 +00:00
{% 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" %}
2021-09-19 21:10:13 +00:00
<script async defer src="https://buttons.github.io/buttons.js"></script>
2021-09-16 23:12:42 +00:00
{% endblock %}