File: layout.html

package info (click to toggle)
python-tinycss 0.4-8
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 716 kB
  • sloc: python: 2,476; makefile: 7
file content (4 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (5)
1
2
3
4
{% extends "!layout.html" %}
{% block extrahead %}
    <link rel="stylesheet" href="{{ pathto('_static/custom.css', 1) }}" />
{% endblock %}