base docs

This commit is contained in:
Lucy Cifferello
2020-10-06 20:37:32 -06:00
commit 1f075a1d58
47 changed files with 833 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{# layout.html #}
{# Import the layout of the theme. #}
{% extends "!layout.html" %}
{% set css_files = css_files + ['_static/default.css'] %}