File: layout.html

package info (click to toggle)
python-future 0.15.2-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,420 kB
  • ctags: 6,337
  • sloc: python: 42,496; makefile: 141; sh: 45
file content (8 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
{%- extends "basic/layout.html" %}
{%- block relbar2 %}{% endblock %}
{%- block footer %}
    <div class="footer">
      &copy; Copyright {{ copyright }}.
      Docs created using <a href="http://sphinx.pocoo.org/">Sphinx</a>.
    </div>
{%- endblock %}