{% comment %} As the developer of this package, don't place anything here if you can help it since this allows developers to have interoperability between your template structure and their own. Example: Developer melding the 2SoD pattern to fit inside with another pattern:: {% extends "base.html" %} {% load static %} {% block extra_js %} {% block javascript %} {% endblock javascript %} {% endblock extra_js %} {% endcomment %} {% load static %} {% load cms_tags %} {% load sekizai_tags %} {% load l10n %} {% load thumbnail %} {% load jsonify %} {% addtoblock 'css' %} {% endaddtoblock %}
{% addtoblock 'js' %} {% endaddtoblock %}