{% extends "base.html" %} {% block title %}Page Not Found | {{ site.config.title }}{% endblock %} {% block content %}

404

Page not found

{% if page %}
{{ page.content | safe }}
{% endif %} Back to home
{% endblock %}