{% extends "puput/base.html" %} {% load wagtailcore_tags wagtailimages_tags puput_tags %} {% block title %}{{ self.title }} | {{ blog_page.title }}{% endblock title %} {% block meta_title %}{% if self.seo_title %}{{ self.seo_title }}{% else %}{{ self.title }}{% endif %}{% endblock meta_title %} {% block meta_description %}{% if self.search_description %}{{ self.search_description }}{% else %}{{ self.body|striptags|truncatewords:20 }}{% endif %}{% endblock meta_description %} {% block content %}
{% include 'puput/entry_page_header.html' with entry=self %}
{% image self.header_image width-600 %}
{{ self.body|richtext}}
{% show_comments %}
{% endblock content %} {% block extra_content %} {% if self.has_related %} {% include 'puput/related_entries.html' with entry=self %} {% endif %} {% endblock extra_content %}