+
+ {% block title %}
+ {% if object.is_published %}
+ {{ object.title }}
+ {% else %}
+ {{ object.title }}
+ {% endif %}
+ {% endblock %}
+
+
+ {% block subtitle %}
+ {% if object.category %}{{ object.category.title }}{% endif %}
+ {% endblock %}
+
+
+ {% if has_headline|default_if_none:True %}
+
+ {% block headline %}{{ object.headline }}{% endblock %}
+
+ {% endif %}
+
+
+ {% block actions %}{% endblock %}
+