{% block title %} Blog Writers {% endblock %} {% block content %}
{% if writers_introduction %}

{{ writers_introduction }}

{% endif %} {% for blogger_info in bloggers %} {% include "templates/includes/blogger.html" %} {% if not loop.last %}
{% endif %} {% endfor %}
{% endblock %} {% block footer %}{% include "templates/includes/blog_footer.html" %}{% endblock %}