{% extends 'base.html' %} {% load staticfiles %} {% load url from future %} {# 404 page not found template #} {% block pagetitle %}404: 页面未找到{% endblock %} {% block content %}
{% endblock %} {# vim: set ts=8 sw=2 tw=0 fenc=utf-8 ft=htmldjango.html: #}