sonarr-rss/templates/errors/404.html

7 lines
170 B
HTML

{% extends 'layouts/main.html' %}
{% block content %}
<h1>Sorry ...</h1>
<p>There's nothing here!</p>
<p><a href="{{url_for('index')}}">Back</a></p>
{% endblock %}