File: base.html

package info (click to toggle)
python-dict2css 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 480 kB
  • sloc: python: 509; sh: 17; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 353 bytes parent folder | download
1
2
3
4
5
6
<!--- 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">
	<link rel=icon href=https://sphinx-toolbox.github.io/assets/sphinx_toolbox.ico sizes="48x48" type="image/vnd.microsoft.icon">
{% endblock %}