summaryrefslogtreecommitdiffstats
path: root/common/_templates/layout.html
blob: 7f64789bf5377157b3be4b759360da7855c1143e (plain) (blame)
1
2
3
4
5
{# Import the theme's layout. #}
{% extends "!layout.html" %}

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