{% set active_page = 'home' %} {% extends 'base.html' %} {% block title %}Page Not Found{% endblock %} {% block content %}
Sorry, we couldn't find that page!
{% endblock %}