albertyw/albertyw.com

View on GitHub
app/templates/404.htm

Summary

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