{# Copyright (c) 2006-2007, PreFab Software Inc. #} {% extends "blog/tools/tools_base.html" %} {% load prefab_tags %} {% block extrahead %} {% endblock %} {% block "browsertitle" %}{% if object %}{{ object.headline }}{% else %}New Entry{% endif %}{% endblock %} {% block path %} › Entries › Edit entry{% endblock %} {% block content %}
|
{% if preview %}
{% include "blog/includes/post.html" %}
{% endif %}
|