website/templates/status_code/400.html

11 lines
411 B
HTML

{% extends "template.html" %}
{% block title %}Stefan's Blog{% endblock %}
{% block head %}
{{ super() }}
{% endblock %}
{% block content %}
<blockquote cite="https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html" ><b>400 Bad Request</b></blockquote>
The request could not be understood by the server due to malformed syntax. Go back to the <a href="{{ url_for('index') }}">main page</a>.
{% endblock %}