1 2 3 4 5 6 7 8
{% extends "base.html" %} {% import "macro.html" as macro %} {% block post %} Post stuff will go here {% endblock %}