File: layout.html

package info (click to toggle)
rmlint 2.10.2-0.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,180 kB
  • sloc: ansic: 15,671; python: 9,312; sh: 474; xml: 111; makefile: 72
file content (8 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
{# Import the theme's layout. #}
{% extends "!layout.html" %}

{% block header %}
{% endblock %}

{# Custom CSS overrides #}
{% set bootswatch_css_custom = ['_static/custom.css'] %}