{% set prefetch_items = [ ('/docs/en/', 'document') ] %} {% extends "templates/base.html" %} {% block extra_meta %} {% include "templates/common_fonts.html" %} {% endblock %} {% block banner %} {% include "templates/global/banner.html" %} {% endblock %} {% block nav %} {% include "templates/global/nav.html" %} {% endblock %} {% block content %} {% include "templates/index/hero.html" %} {% include "templates/index/why.html" %} {% include "templates/index/success.html" %} {% if false %} {% include "templates/index/pullquote.html" %} {% endif %} {% include "templates/index/performance.html" %} {% include "templates/index/quickstart.html" %} {% include "templates/index/community.html" %} {% include "templates/global/newsletter.html" %} {% include "templates/global/github_stars.html" %} {% endblock %}