buildframework/helium/external/python/lib/common/Sphinx-0.5.1-py2.5.egg/sphinx/templates/page.html
changeset 179 d8ac696cc51f
equal deleted inserted replaced
1:be27ed110b50 179:d8ac696cc51f
       
     1 {% extends "layout.html" %}
       
     2 {% set page_links = [
       
     3   (pathto('@rss/' + sourcename), 'application/rss+xml', 'Page Comments'),
       
     4 ] %}
       
     5 {% block body %}
       
     6   {% if oldurl %}
       
     7   <div class="docwarning">
       
     8     {% 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 %}
       
     9   </div>
       
    10   {% endif %}
       
    11   {{ body }}
       
    12 {% endblock %}