diff --git a/manual/_templates/page.html b/manual/_templates/page.html new file mode 100644 index 0000000..a6d1bfa --- /dev/null +++ b/manual/_templates/page.html @@ -0,0 +1,92 @@ +{% extends "!page.html" %} + +{% block body %} + + {{ super() }} + + {% if pagename == 'index' %} + +

Contents

+ + + + + + + + + + +
+

+ +
+

+ +
+

+ +
+

+ +
+ +

{{ _('Indices and tables:') }}

+ + + + + + + + +
+

+ +
+

+ +
+

+ +
+ +
+

+ The design of this page has been lifted from the documentation of + the MORSE + project. +

+
+ + {% endif %} + +{% endblock %}