diff --git a/themes/bootstrap3/templates/index.html b/themes/bootstrap3/templates/index.html new file mode 100644 index 0000000000000000000000000000000000000000..503b11a26e8ba66c8b58e108a9cb8876fc5ca3a1 --- /dev/null +++ b/themes/bootstrap3/templates/index.html @@ -0,0 +1,7 @@ +{% extends "article_list.html" %} + +{% block canonical_rel %}{% endblock %} + +{% block banner %} + {% include 'includes/banner.html' %} +{% endblock %} \ No newline at end of file