{% extends 'base.html' %} {% block main %} {% for post in posts %} {% if "introduction"|string() == post.category|string() %}

{{ post.writingfield|safe }}

{% endif %} {% else %} No entries here so far {% endfor %} {% endblock %}