File: layout.html

package info (click to toggle)
kaa-base 0.6.0%2Bsvn4596-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 2,348 kB
  • ctags: 3,068
  • sloc: python: 11,094; ansic: 1,862; makefile: 74
file content (6 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
{% extends '!layout.html' %}

{% block extrahead %}
    <link rel="stylesheet" href="{{ pathto('_static/kaa.css', 1) }}" type="text/css" />
{% endblock %}