{% extends 'base.html' %} {% block containerextra %}itemscope itemtype="https://schema.org/BlogPosting"{% endblock %} {% block title %}Blog: {{post.title}}{% endblock %} {% block subhead %}{{post.title}}{% endblock %} {% block content %}
by @
{{post.body_html|safe}}
{% endblock %}