File: footer.html

package info (click to toggle)
optuna 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,784 kB
  • sloc: python: 40,634; sh: 97; makefile: 30
file content (5 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (2)
1
2
3
4
5
{% extends "!footer.html" %}
{% block extrafooter %}
    {% trans path=pathto('privacy') %}<a href="{{ path }}">Privacy Policy</a>{{ privacy }}.{% endtrans %}
    {{ super() }}
{% endblock %}