File: base.html

package info (click to toggle)
python-handy-archives 0.2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,300 kB
  • sloc: python: 4,153; makefile: 5
file content (5 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (11)
1
2
3
4
5
<!--- This file is managed by 'repo_helper'. Don't edit it directly. --->
{% extends "!base.html" %}
{% block extrahead %}
	<link href="{{ pathto("_static/style.css", True) }}" rel="stylesheet" type="text/css">
{% endblock %}