albertyw/base-flask

View on GitHub
app/templates/404.htm

Summary

Maintainability
Test Coverage
{% extends "includes/base.htm" %}
{% block title %}Page Not Found{% endblock %}
{% block head %}
  {{ super() }}
{% endblock %}
{% block content %}
  Page Not Found
{% endblock %}