{% extends "base.html" %} {% block body %}

Rust ยท Python

{{ section.extra.headline }}

{{ section.extra.tagline | safe }}

{{ section.extra.note | safe }}

{#- Everything below is authored in content/_index.md, so the code samples get the same syntax highlighting as the rest of the documentation and can be edited without touching a template. -#}
{{ section.content | safe }}
{% endblock body %}