jtallant/skimpy

View on GitHub
templates/404.twig

Summary

Maintainability
Test Coverage
{% extends 'layouts/master.twig' %}

{% block title %}404{% endblock %}

{% block content %}
    <h1>404 - Not found</h1>
    <p>
        The page you are looking for either never existed or has been deleted.</p>
    </p>
{% endblock content %}