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