{% extends "base.html" %} {% block title %}Not Found - {% endblock %} {% block head %} {% endblock %} {% block content %} Post Not Found {% block not_found %} Check home page for latest posts. {% endblock %} {% endblock %}
Check home page for latest posts.