{% extends "block-base.html" %} {% include clb_tags %} {% block content %}
{% for b in pageblock.block_object.content %} {% render_blocks b parent=pageblock.block_object %} {% endfor %}
{% endblock %}