new file mode 100644
@@ -0,0 +1,7 @@
+'use strict';
+
+module.exports = {
+ name: 'footer',
+ template: require('../../templates/components/footer.tpl'),
+ manipulator: 'html'
+};