{% extends "base" %} {% block header_scripts %} {% endblock header_scripts %} {% block content %} {{ page.blocks.top.title }} {{ page.blocks.top.content }} {% for item in page.blocks.binarylist %} {{ item[0] }} {{ item[1] }} {% endfor %} {{ page.blocks.gimemore.title }} {{ page.blocks.gimemore.content }} {% for item in page.blocks.gimemorelist %} {{ item[0] }} {{ item[1] }} {% endfor %} {% endblock %} {# vim: syntax=htmldjango ts=2 sts=2 sw=2 expandtab #}