{# Prev/Next navigation #} {% if prev or next %}
{% if prev %} Previous ← {{ prev.title }} {% else %}
{% endif %} {% if next %} Next {{ next.title }} → {% endif %}
{% endif %} {# Last updated #} {% if last_updated %}

{{ lumina_icon("clock", size=14, css_class="shrink-0") }} Last updated {{ last_updated }}

{% endif %} {# Footer text #} {% if theme_footer_text and theme_footer_text != "" %}
{{ theme_footer_text }}
{% endif %}