{{ page.title if page else (section.title if section else 'API Reference') }}
{% if page and page.metadata.get('description', '') %}{{ page.metadata.get('description', '') }}
{% elif section and section.metadata.get('description', '') %}{{ section.metadata.get('description', '') }}
{% endif %}