diff --git a/silicon/templates/not_found.html.j2 b/silicon/templates/not_found.html.j2 index 728e5c1..0b592a2 100644 --- a/silicon/templates/not_found.html.j2 +++ b/silicon/templates/not_found.html.j2 @@ -6,12 +6,19 @@ {{ macros.favicons() }} {% endblock %} +{% block scripts %} + {{ super() }} + +{% endblock %} + {% block sidebar_contents %} {{ macros.nav_links(title, 'home', 'docs') }}
+ + {{ macros.related(title, relatives) }} {% endblock %} {% block content %}