{% extends "placeholder_tests/base.html" %}
{% load cms_tags %}
{% comment %}
This file should result in following placeholders:
- new_one (from this)
- new_two (from this)
- new_three (from this)
{% endcomment %}
{% block one %}
{% placeholder "new_one" %}
{% block two %}
{% placeholder "new_two" %}
{% block three %}
{% placeholder "new_three" %}
{% endblock %}
{% endblock %}
{% endblock %}