File: layout.html

package info (click to toggle)
python-yarg 0.1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 752 kB
  • sloc: python: 732; xml: 59; makefile: 47
file content (8 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
{%- extends "basic/layout.html" %}
{%- block relbar2 %}{% endblock %}
{%- block footer %}
    <div class="footer">
      &copy; Copyright {{ copyright }}.
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>.
    </div>
{%- endblock %}