From 11259190aca775d9864022d8dd9fbb58e43f167c Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 30 Dec 2014 04:40:22 +0100 Subject: initial sphinx skeleton --- _templates/layout.html | 9 +++++++++ _templates/sidebarresources.html | 16 ++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 _templates/layout.html create mode 100644 _templates/sidebarresources.html (limited to '_templates') diff --git a/_templates/layout.html b/_templates/layout.html new file mode 100644 index 0000000..7d9b9a4 --- /dev/null +++ b/_templates/layout.html @@ -0,0 +1,9 @@ +{% extends "!layout.html" %} + + +{% block header %} + +{% endblock %} diff --git a/_templates/sidebarresources.html b/_templates/sidebarresources.html new file mode 100644 index 0000000..32b6a42 --- /dev/null +++ b/_templates/sidebarresources.html @@ -0,0 +1,16 @@ +

Project Resources

+ + + + +

Sutajio Ko-Usagi

+ + -- cgit v1.2.3