ClickHouse/website/company/index.html
2021-09-19 23:39:59 +03:00

28 lines
577 B
HTML

{% set prefetch_items = [
('/docs/en/', 'document')
] %}
{% extends "templates/base.html" %}
{% block extra_meta %}
{% 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" %}
{% endblock %}