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

30 lines
672 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/company/hero.html" %}
{% include "templates/company/overview.html" %}
{% include "templates/company/founders.html" %}
{% include "templates/company/team.html" %}
{% include "templates/company/press.html" %}
{% include "templates/company/contact.html" %}
{% include "templates/global/newsletter.html" %}
{% include "templates/global/github_stars.html" %}
{% endblock %}