File: layout.html

package info (click to toggle)
python-ytmusicapi 1.10.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,412 kB
  • sloc: python: 4,324; sh: 14; makefile: 12
file content (4 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (2)
1
2
3
4
{% extends "!layout.html" %}
{% block extrahead %}
    <link _statichref="{{ pathto("/style.css", True) }}" rel="stylesheet" type="text/css">
{% endblock %}