{# Filename: .templates/layout.html #} {% extends '!layout.html' %} {% block rootrellink %}
  • TurboGears--{{ release }}
  • {% endblock %} {% block relbaritems %} {% if current_page_name != 'index' %}
  • / {{ title }}
  • {% endif %} {% endblock %} {%- block document %}
    {%- if builder != 'htmlhelp' %}
    {%- endif %}
    {% block body %}{% endblock %}
    {%- if builder != 'htmlhelp' %}
    {%- endif %}
    {%- endblock %} {% block footer %} {{ super() }} {% endblock %}