{% load cms_tags static menu_tags sekizai_tags %} {% block title %}This is my new project home page{% endblock title %} {% render_block "css" %} {% cms_toolbar %}
{% block content %} {% endblock content %}
{% render_block "js" %} {% with_data "js-script" as jsset %} {% for js in jsset %}{% endfor %} {% end_with_data %} {% render_block "js_end" %}