{% extends "base.html" %} {% block extrahead %} {# Include web app manifest #} {# Include releases and commits feeds #} {% if page and page.is_homepage %} {# Preconnect to the shields.io website for badges #} {% endif %} {% if page and page.meta and page.meta.schema %} {# Support including JSON-LD schema #} {% endif %} {% if config.extra.analytics.enabled %} {# Store configuration for page view analytics #} {% endif %} {% endblock %}