{% extends "base.html" %} {% block content %} {% include "title.html" %}
{{ content | safe }}
{% if post_list %} {% endif %} {% endblock %}