libreddit/templates/error.html

6 lines
209 B
HTML

{% extends "base.html" %}
{% block title %}Error: {{ msg }}{% endblock %}
{% block sortstyle %}{% endblock %}
{% block content %}
<h1 style="text-align: center; font-size: 50px;">{{ msg }}</h1>
{% endblock %}