{% load cms_tags %} {% comment %} This file should result in following placeholders: - new_one (from this) - new_two (from this) - new_three (from this) {% endcomment %} {% if something %}
{% placeholder "one" %}
{% else %}
{% placeholder "one" %}
{% endif %}