{% extends "cast/cast_base.html" %} {% load static %} {% block content %}

{{ blog.title }}

{{ blog.description }}

{% if user.is_authenticated %} Create Arcticle {% endif %}
{% for post in posts %}

{{ post.title }}

- {{ post.author.username | title}}
{{ post.description|safe }}

{% endfor %} {% endblock content %} {% block template_script %} {% for post in posts %} {% for pk, audio in post.media_lookup.audio.items %} {% endfor %} {% endfor %} {% endblock template_script %}