diff --git a/ckan/ckanext/ckanext-restricteddata/ckanext/restricteddata/templates/home/index.html b/ckan/ckanext/ckanext-restricteddata/ckanext/restricteddata/templates/home/index.html new file mode 100644 index 000000000..f0344a3eb --- /dev/null +++ b/ckan/ckanext/ckanext-restricteddata/ckanext/restricteddata/templates/home/index.html @@ -0,0 +1,13 @@ +{% ckan_extends %} + +{% block content %} +
+
+ {{ self.flash() }} +
+ {% block primary_content %} + {% snippet "home/layout1.html" %} + {% endblock %} +
+{% endblock %} +