{% load staticfiles %}
{% for css in css_links %}
{% endfor %} {% block header %}{% endblock %} {% include "django-power-cms/templates/includes/page-style-fix.html" %} {% block body %}{% endblock %} {% for js in js_links %} {% endfor %}