Files
zulip/templates/404.html
Keegan McAllister 46f17431cf Rename content_base.html -> portico.html
(imported from commit 556fb5aeca76eb186013a28da9bab77c1e56d700)
2012-10-16 01:33:15 -04:00

12 lines
331 B
HTML

{% extends "zephyr/portico.html" %}
{% block for_you %} got a bit lost there. {% endblock %}
{% block more_content %}
<br/>
<p class="lead">404: Page not found.<p>
<p>We know this is stressful, but we still love you. You might want to <a href="#" onclick="history.back()">go back</a> and try something else.</p>
{% endblock %}