diff options
Diffstat (limited to 'module/web/templates/default/home.html')
-rw-r--r-- | module/web/templates/default/home.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/module/web/templates/default/home.html b/module/web/templates/default/home.html index 895302e61..40f124712 100644 --- a/module/web/templates/default/home.html +++ b/module/web/templates/default/home.html @@ -1 +1,5 @@ -{% extends 'default/base.html' %}
\ No newline at end of file +{% extends 'default/base.html' %} + +{% block content %} + +{% endblock %}
\ No newline at end of file |