{% extends "richtemplates/layout/menu_top.html" %} {% block menu-top-left %}
  • Home
  • Menu item 1
  • Menu item 2
  • Menu item 3
  • {% endblock %} {% block menu-top-right %}
  • User: {{ user }}
  • {# Uncomment list item below in order to show login/logout links #} {% comment %}
  • {% if user.is_authenticated %} Log out {% else %} Log in {% endif %}
  • {% endcomment %} {% if user.is_staff %}
  • Admin |
  • {% endif %} {% endblock %}