{% extends "sost/base.html" %}
{% block content %}
<div>
<h1>Page not found</h1>
</div>
{% endblock %}