aboutsummaryrefslogtreecommitdiff
blob: 872da9446bf3e2765d542bb1333832e4bd13c4e4 (plain) (blame)
1
2
3
4
5
{# Import the theme's layout. #}
{% extends "!layout.html" %}

{# Include our new CSS file into existing ones. #}
{% set css_files = css_files + ['_static/flexboxgrid.min.css', '_static/git-pull.css']%}
Powered by cgit v1.2.3 (git 2.41.0)