support interaction between module and apps for updating templates before rendering
[squeep-authentication-module] / lib / template / index.js
index c77123c5a40deec041d716bdc659a30b42c14a30..ce326db9fc5595fce536e80f05185bac7cd52234 100644 (file)
@@ -1,11 +1,15 @@
 'use strict';
 
+const Helpers = require('./helpers');
 const IAHTML = require('./ia-html');
 const LoginHTML = require('./login-html');
 const OTPHTML = require('./otp-html');
+const SettingsHTML = require('./settings-html');
 
 module.exports = {
+  Helpers,
   IAHTML,
   LoginHTML,
   OTPHTML,
+  SettingsHTML,
 };
\ No newline at end of file