diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2021-07-14 11:49:10 +1200 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2021-07-14 11:49:10 +1200 |
commit | d24f813f3f2a05c112e803e4256b53535895fc98 (patch) | |
tree | 601e6ae9a1cd44bcfdcf91739a5ca36aedd827c9 /userdocs/_templates/layout.html |
Diffstat (limited to 'userdocs/_templates/layout.html')
-rw-r--r-- | userdocs/_templates/layout.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/userdocs/_templates/layout.html b/userdocs/_templates/layout.html new file mode 100644 index 0000000..a82dc76 --- /dev/null +++ b/userdocs/_templates/layout.html @@ -0,0 +1,10 @@ +{% extends "!layout.html" %} + + +{% block rootrellink %} + <li><a href="{{ pathto('index') }}">home</a></li> +{% endblock %} + +{% block sidebar1 %}{{ sidebar() }}{% endblock %} +{% block sidebar2 %}{% endblock %} + |