Update release name.
[AGL/documentation.git] / theme / mkdocs_windmill / 404.html
1 {% extends "base.html" %}
2
3 {% block content %}
4
5   <h2 style="text-align: center">404</h2>
6   <h1 style="text-align: center">Page not found</h1>
7
8 {% endblock %}