{% extends "base" %} {% block header_scripts %} {% endblock header_scripts %} {% block content %} {# Job #} {{ page.blocks.content_up }} {{ page.blocks.content_down }} {% for item in page.blocks.vacancies %} {{ item.title }} {{ item.content }} Email us На русском {% endfor %} {% endblock %} {# vim: syntax=htmldjango ts=2 sts=2 sw=2 expandtab #}