{% extends 'base.html' %} {% block containerextra %}itemscope itemtype="https://schema.org/Blog"{% endblock %} {% block title %}Blog{% endblock %} {% block subhead %}Gearspotting Blog{% endblock %} {% block content %} {% if user.is_authenticated %}

by
{{post.body_html|safe}}
{% endfor %} {% endblock %}