---
title: Page not found
published: true
---
{% extends index %}

{% block 'main' %}
.row
  .panel
    %h3.text-center Arrggggh, page not found
{% endblock %}