{% extends "base.html" %}

{% block title %}{{sitename}} - 404 Not Found{% endblock %}

{% block content %}
<div class="error-404">
  <a href="{{ sitepath }}"><img src='{{ sitepath }}static/images/404.jpg'></a>
</div>
{% endblock %}