diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
new file mode 100644
index 0000000..73519ef
--- /dev/null
+++ b/doc/_templates/layout.html
@@ -0,0 +1,24 @@
+{% extends "!layout.html" %}
+
+{# Custom CSS overrides #}
+{# set bootswatch_css_custom = ['_static/my-styles.css'] #}
+
+{# Add github banner (from: https://github.com/blog/273-github-ribbons). #}
+{% block header %}
+ {{ super() }}
+
+
+{% endblock %}
+
+