{% if posts%}
{% for post in posts%}
{% if not forloop.last %}
{% endif %} {% endfor %} {% else %}
{% endif %} {% endfor %} {% else %}
There are currently no blog posts published.
{% endif %}{% extends "biblion/base.html" %} {% load markdown_deux_tags %} {% block header_title %}Blog{% endblock %} {% block content %}
There are currently no blog posts published.
{% endif %}