{% extends "base.html" %}
{#
JSON-LD structured data for the cloud-audit documentation site.
Rendered only on the site homepage (docs/index.md).
Updating: when cloud-audit version bumps, change the "softwareVersion"
value below. Keep featureList in sync with docs/index.md.
#}
{% block extrahead %}
{{ super() }}
{% if page.is_homepage %}
{% endif %}
{% endblock %}