{% extends "base.html" %} {% block title %}{{ post.title }}{% end block %} {% block main %}
{% module BlogPost(post) %}
{% end block %}