{# Home page (docs/index.html). Context: meta_data, canonical, jsonld, title, author, date, description, phrases, content, posts, pages, updates #} {% extends "base.html" %} {% block meta %} {% if description %}{% endif %} {% if author %}{% endif %} {% if description %}{% endif %} {% if canonical %}{% endif %} {% endblock %} {% block content %}
{{ content }}
{% if updates %}

Recent updates

{% endif %} {% if posts %}

Recent posts

{% if posts | length > 5 %}

All {{ posts | length }} posts →

{% endif %}
{% endif %} {% if pages %}

Pages

{% endif %} {% endblock %}