[website] [minor] moving to framework
diff --git a/portal/templates/base.html b/portal/templates/base.html
index 57388d6..701d86c 100644
--- a/portal/templates/base.html
+++ b/portal/templates/base.html
@@ -16,4 +16,6 @@
 	{%- endif %}
 	<a href="server.py?cmd=web_logout" title="Sign Out"><i class="icon-signout"></i></a>
 </div>
-{% endblock %}
\ No newline at end of file
+{% endblock %}
+
+{% block footer %}{% include "app/portal/templates/includes/footer.html" %}{% endblock %}
\ No newline at end of file