{% extends "base.html" %} {% block title %}Page Not Found - {{ site.config.title }}{% endblock %} {% block meta %} {% endblock %} {% block content %}
404
{# Decorative icon - compass/lost metaphor #}

Page Not Found

The page you're looking for doesn't exist or may have been moved.

{# Get actual navigation items from site config or auto-discovery #} {% set main_menu = get_menu_lang('main', current_lang()) %} {% set auto_nav = [] %} {% if main_menu | length == 0 %} {% set auto_nav = get_auto_nav() %} {% endif %} {% set nav_items = main_menu if main_menu else auto_nav %} {# Only show suggestions if we have navigation items #} {% if nav_items %}

Quick Navigation

{% endif %} {# Search hint - points to existing global search #}

Press K to search

{% endblock %}