{# Document Metadata Component Displays publication date and reading time in a clean, minimal format. Variables: - page: Current page object (required) - page.date: Publication/update date (optional) - page.content: Page content (for reading time calculation) Template Functions Used: - locale_date(date, 'long', lang): Formats date according to locale - reading_time: Calculates reading time from content - current_lang(): Gets current language Features: - Locale-aware date formatting - Reading time estimation - SVG icons - Minimal, clean design Usage: {% include 'partials/docs-meta.html' %} #} {% if page.date or page.content %}
{% endif %}