{% from 'content.html' import content with context %}
{%- set title = schema.keywords.get("title") -%}
{% if title %}
{% set title = title.literal %}
{% endif %}
{%- if title -%}{{ title }}{%- else -%}Schema Docs{%- endif -%}
{%- if config.expand_buttons -%}