{% macro render_blog_post(post, from_index=false, section_class='-odd') %}
{% if from_index %}

{{ post.title }}

{% else %}

{{ post.title }}

{% endif %}
{{ post.podcast_teaser }} {% if not from_index %} {{ post.podcast_shownotes }} {% endif %} {% if from_index -%}

Podcastfolge durchstöbern
{% else -%}
{% if post.podcastmp3 -%} {%- if post.podcasttitle -%} {{ post.podcasttitle }} {%- else -%} Download Folge {%- endif -%} {{ ' als MP3' }} {% endif %} {% if post.podcastogg -%} {%- if post.podcasttitle -%} {{ post.podcasttitle }} {%- else -%} Download Folge {%- endif -%} {{ ' als OGG' }} {% endif %}
{% endif %}
{% endmacro %}