{% macro render_blog_post(post, from_index=false) %} {% if from_index %}

{{ post.title }}

{{ post.teaser }}
{% else %}

{{ post.title }}

{{ post.body }} {% if post.video_is_embeded %}{% for blk in post.video_embeded.blocks %} {% if blk.video_url %} {{ blk }}
{% if bag('translate', post.alt, 'directytlink') %}{{ bag('translate', post.alt, 'directytlink') }}{% else %}Direkt zum YouTube-Video{% endif %}{% endif %}{% if blk.video %} {% if bag('translate', post.alt, 'directlink') %}{{ bag('translate', post.alt, 'directlink') }}{% else %}Download Video{% endif %}{% endif %}

{% endfor %}{% endif %} {% if post.project %}
{% for blk in post.project.blocks %} {{ blk }} {% endfor %}
{% endif %}
{% endif %} {% endmacro %}