diff --git a/conservancy/usethesource/templates/usethesource/base.html b/conservancy/usethesource/templates/usethesource/base.html new file mode 100644 index 0000000000000000000000000000000000000000..c08d82d572eccc9a4e1000a0ce774d3eb8a1b914 --- /dev/null +++ b/conservancy/usethesource/templates/usethesource/base.html @@ -0,0 +1,17 @@ +{% extends "base_standard.html" %} + +{% block head %} + + +{% endblock %} + +{% block outercontent %} +
+

Use the Source

+
+ +
+ {% block content %}{% endblock %} +
+{% endblock outercontent %}