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-20 06:52:51 +00:00
|
|
|
{% include "templates/global/github_stars.html" %}
|
2021-09-19 21:10:13 +00:00
|
|
|
|
2021-09-16 23:12:42 +00:00
|
|
|
{% endblock %}
|