{% extends "base.html" %} {% block title %} {{section.title}} {% endblock title %} {% block head %} {{ super() }} {% endblock head %} {% block content %} {{section.content | safe}} {% if section.extra.inject_blog_posts %} {% endif %} {% endblock content %}