{% extends "base.html" %} {% block topmenu %} {% end %} {% block page_content %}
{% block content %} {% include 'index.html' %} {% end %}
{% end %}