{% extends "ungleich/djangocms_blog/base.html" %} {% load i18n thumbnail cms_tags %} {% block meta_description %}{{ post.meta_description }}{% endblock meta_description %} {% block meta_keywords %}{{ post.meta_keywords }}{% endblock meta_keywords %} {% block canonical_url %}{% endblock canonical_url %} {% block title %}{% page_attribute "page_title" %} - {{ post.get_title }}{% endblock %} {% block base_header %} {% include "_header_post_detail.html" %} {% endblock %} {% block content_blog %}
{% if post.app_config.use_placeholder %}
{% render_placeholder post.content %}
{% else %}
{% render_model post "post_text" "post_text" %}
{% endif %}
{% endblock content_blog %} {#{% load i18n thumbnail cms_tags %}#} {##} {#{% block meta_description %}{{ post.meta_description }}{% endblock meta_description %}#} {#{% block meta_keywords %}{{ post.meta_keywords }}{% endblock meta_keywords %}#} {#{% block canonical_url %}{% endblock canonical_url %}#} {#{% block title %}{{ post.get_title }}{% endblock %}#} {##} {#{% block content_blog %}{% spaceless %}#} {#
#} {#
#} {#

{% render_model post "title" %}

#} {# {% block blog_meta %}#} {# {% include "djangocms_blog/includes/blog_meta.html" %}#} {# {% endblock %}#} {#
#} {# {% if post.main_image_id %}#} {#
#} {# {% thumbnail post.main_image post.full_image_options.size crop=post.full_image_options.crop upscale=post.full_image_options.upscale subject_location=post.main_image.subject_location as thumb %}#} {# {{ post.main_image.default_alt_text }}#} {#
#} {# {% endif %}#} {# {% endspaceless %}#} {# {% if post.app_config.use_placeholder %}#} {#
{% render_placeholder post.content %}
#} {# {% else %}#} {#
{% render_model post "post_text" "post_text" %}
#} {# {% endif %}#} {#
#} {#{% endblock content_blog %}#}