{% extends "layout.html" %} {% set title="404" %} {% macro searchbox(form) %} {% from "_formhelpers.html" import render_field %}
{% endmacro %} {% block content %}We looked everywhere but we couldn't find that page!
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 %}