1
0
mirror of https://github.com/spikecodes/libreddit synced 2025-01-01 05:15:40 +01:00
libreddit/templates/error.html
2021-01-14 09:53:54 -08:00

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 %}