{% extends "base.html" %} {% load static %} {% block title %}Page not found — Arch manual pages{% endblock %} {% block content %}

404 — Page not found

The manual page {{ name }} was not found in {% if repo and pkgname %} the {{ repo }}/{{ pkgname }} {% elif pkgname %} the {{ pkgname }} {% else %} any {% endif %} package. {% if search_url %} You can search for similar manual pages. {% endif %}

{% endblock %}