{% extends "placeholder_tests/outside_base.html" %} {% load cms_tags %} {% comment %} This files hould result in following placeholders: - new_one (from this) - two (from base.html) - base_end (from base.html) {% endcomment %} {% block one %} {% placeholder "new_one" %} {% endblock %}