mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 18:31:53 +00:00
5 lines
143 B
HTML
5 lines
143 B
HTML
{# layout.html #}
|
|
{# Import the layout of the theme. #}
|
|
{% extends "!layout.html" %}
|
|
|
|
{% set css_files = css_files + ['_static/default.css'] %} |