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

{{ post.writingfield|safe }}

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