{% extends "richtemplates/base.html" %} {% block title %}Richtemplates Example Project{% endblock %} {% block top %} {% comment %}You may specify your logo here{% endcomment %} {##} {% endblock %} {% block menu_top %} {% include "layout/menu_top.html" %} {% endblock %} {% block breadcrumbs %} {% load breadcrumber %}
{% path_breadcrumbs request.path %}
{% endblock %} {% block footer %} Site template based on django-richtemplates {% endblock %}