A website to read articles from other sites. Without JavaScript, ads or any other interruptions. Just content.
https://simplynews.manerakai.com
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
453 B
11 lines
453 B
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h1>{% block errorTitle %}{% endblock %}</h1>
|
|
<p>{% block errorMessage %}{% endblock %}</p>
|
|
<p>You can <a href="/">go back to home</a>{% if site_link %},
|
|
or <a href="{{ site_link }}">visit {{ sitename }} on SimplyNews</a>{% endif %}{% if original_link %},
|
|
or <a href="{{ original_link }}">visit this page on {{ sitename }}</a>{% endif %}.
|
|
</p>
|
|
{% block errorContent %}{% endblock %}
|
|
{% endblock %}
|
|
|