{% load blog tagging_tags inlines oembed_tags pygment_tags %}
{% with object.content_object as post %}

{{ object.title }}

{% if post.tease %}

{{ post.tease|safe }}

{% endif %}
{% oembed %} {{ object.description|render_inlines|safe }} {% endoembed %}
{% endwith %}