{% extends "app/website/templates/html/page.html" %} {% set title="Blog Writers" %} {% block content %}

Blog Writers

{% if writers_introduction %}

{{ writers_introduction }}

{% endif %}
{% for blogger_info in bloggers %} {% include "app/website/templates/html/blogger.html" %} {% endfor %}
{% include 'app/website/templates/html/blog_footer.html' %} {% endblock %}