hack4impact/flask-base

View on GitHub
app/templates/errors/404.html

Summary

Maintainability
Test Coverage
{% extends 'layouts/base.html' %}

{% block content %}
    <h1 class="ui header">404</h1>
    <h3 class="ui header">Page not found</h3>
{% endblock %}