2021-10-12 22:16:39 +00:00
|
|
|
{% set prefetch_items = [
|
|
|
|
('/docs/en/', 'document')
|
|
|
|
] %}
|
|
|
|
|
|
|
|
{% extends "templates/base.html" %}
|
|
|
|
|
|
|
|
{% block extra_meta %}
|
|
|
|
{% include "templates/common_fonts.html" %}
|
|
|
|
{% endblock %}
|
|
|
|
|
2021-11-23 10:21:31 +00:00
|
|
|
{% block banner %}
|
|
|
|
|
|
|
|
{% include "templates/global/banner.html" %}
|
|
|
|
|
|
|
|
{% endblock %}
|
|
|
|
|
2021-10-12 22:16:39 +00:00
|
|
|
{% block nav %}
|
|
|
|
|
|
|
|
{% include "templates/global/nav.html" %}
|
|
|
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
|
|
|
{% include "templates/careers/hero.html" %}
|
|
|
|
{% include "templates/careers/overview.html" %}
|
|
|
|
{% include "templates/careers/greenhouse.html" %}
|
|
|
|
|
|
|
|
{% include "templates/global/newsletter.html" %}
|
|
|
|
{% include "templates/global/github_stars.html" %}
|
|
|
|
|
|
|
|
{% endblock %}
|