{% extends 'blog/base.html' %} {% block title %}{{ post.title }}{% endblock %} {% block content %} {% include "blog/donation.html" %} {% include "blog/post.html" %} {% endblock %}