{% extends "layout.html" %} {% set title="404" %} {% macro searchbox(form) %} {% from "_formhelpers.html" import render_field %}
{{ form.search(class_="form-control", placeholder="", aria_label="Repository name", type="search") }}
{% endmacro %} {% block content %}

404

We looked everywhere but we couldn't find that page!

magnifying glass

Try using the links in the top bar to find what you are looking for, or type a repository name below.

{{ searchbox(form) }} {% endblock content %} {% block searchbox %} {% endblock %}