libreddit/templates/error.html

6 lines
217 B
HTML
Raw Normal View History

2020-11-23 01:29:05 +01:00
{% extends "base.html" %}
{% block title %}Error: {{ message }}{% endblock %}
{% block sortstyle %}{% endblock %}
{% block content %}
<h1 style="text-align: center; font-size: 50px;">{{ message }}</h1>
{% endblock %}