buildframework/helium/external/python/lib/common/Sphinx-0.5.1-py2.5.egg/sphinx/templates/page.html
author wbernard
Wed, 23 Dec 2009 19:29:07 +0200
changeset 179 d8ac696cc51f
permissions -rw-r--r--
helium_7.0-r14027

{% extends "layout.html" %}
{% set page_links = [
  (pathto('@rss/' + sourcename), 'application/rss+xml', 'Page Comments'),
] %}
{% block body %}
  {% if oldurl %}
  <div class="docwarning">
    {% trans %}<strong>Note:</strong> You requested an out-of-date URL from this server. We've tried to redirect you to the new location of this page, but it may not be the right one.{% endtrans %}
  </div>
  {% endif %}
  {{ body }}
{% endblock %}