djangocms_blog/tests/test_utils/templates/page.html
Iacopo Spalletti 58a9c41a21 View tests
2014-06-11 01:06:57 +02:00

9 lines
No EOL
180 B
HTML

{% load cms_tags sekizai_tags %}
{% render_block "css" %}
{% cms_toolbar %}
{% block content %}
{% placeholder "placeholder" %}
{% endblock content %}
{% render_block "js" %}