ClickHouse/website/company/index.html

36 lines
754 B
HTML
Raw Normal View History

2021-09-10 21:16:24 +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-10 21:16:24 +00:00
{% endblock %}
{% block banner %}
{% include "templates/global/banner.html" %}
{% endblock %}
{% block nav %}
2021-09-10 21:16:24 +00:00
{% include "templates/global/nav.html" %}
{% endblock %}
{% block content %}
2021-09-10 21:16:24 +00:00
{% include "templates/company/hero.html" %}
{% include "templates/company/overview.html" %}
2021-09-19 18:03:48 +00:00
{% include "templates/company/founders.html" %}
2021-09-10 21:16:24 +00:00
{% include "templates/company/team.html" %}
{% include "templates/company/press.html" %}
{% include "templates/company/contact.html" %}
2021-09-10 21:54:19 +00:00
{% include "templates/global/newsletter.html" %}
2021-09-20 06:52:51 +00:00
{% include "templates/global/github_stars.html" %}
2021-09-10 21:16:24 +00:00
{% endblock %}