fix(pre_commit): 🎨 auto format pre-commit hooks

This commit is contained in:
pre-commit-ci[bot] 2023-10-16 08:04:16 +00:00
parent 75db51aa90
commit 3d843d710d
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{% extends "main.html" %}
{% extends "main.html" %}
{% block content %}
<h1>Page Not Found</h1>
<h1>Page Not Found</h1>
<p>The page you have requested was not found.</p>
<p><a href="/">Go back to the documentation home</a>.</p>
{% endblock %}
{% endblock %}