{% endif %}
{{ section.text }}
+
diff --git a/prosopopee/templates/sections/pictures-group.html b/prosopopee/themes/exposure/templates/sections/pictures-group.html
similarity index 100%
rename from prosopopee/templates/sections/pictures-group.html
rename to prosopopee/themes/exposure/templates/sections/pictures-group.html
diff --git a/prosopopee/templates/sections/text.html b/prosopopee/themes/exposure/templates/sections/text.html
similarity index 100%
rename from prosopopee/templates/sections/text.html
rename to prosopopee/themes/exposure/templates/sections/text.html
diff --git a/setup.py b/setup.py
index b30e664..e514bc7 100644
--- a/setup.py
+++ b/setup.py
@@ -30,6 +30,6 @@ setup(name='prosopopee',
keywords='',
include_package_data=True,
package_data={
- 'prosopopee': ["themes/*/*/*/*"] + ["static/%s/*" % x for x in os.listdir("./prosopopee/static/")] + ['templates/*.html', 'templates/sections/*'],
+ 'prosopopee': ['themes/*/*/*/*'] + ['themes/*/templates/*.html'] + ['themes/*/templates/section/*.html']
},
)