{% load static_block %} {% get_static_block for blockname as block_object %} {% with block_object.content as staticblock %} {% if staticblock %} {% with staticblock.title as title %} {% include 'staticblock/widgets/title.html' %} {% endwith %} {% if request.user.is_superuser %} (You can edit this content or pull in different content) {% endif %}