diff --git a/www/index.html b/www/index.html index 26f0c0d5c..02c8659b8 100644 --- a/www/index.html +++ b/www/index.html @@ -817,10 +817,8 @@ - + -
- -
+ + {% endblock content %} diff --git a/www/templates/base.tmpl b/www/templates/base.tmpl deleted file mode 100644 index bbbf313f3..000000000 --- a/www/templates/base.tmpl +++ /dev/null @@ -1,38 +0,0 @@ - - - - - {% block header %}{% endblock %} - OpenStack Docs: {% block pagetitle %}{% endblock %} - - - - - {% include 'templates/css.tmpl' %} - - - - - - {% include 'templates/header.tmpl' %} - {% block content %}{% endblock %} - {% include 'templates/footer.tmpl' %} - - {% include 'templates/script_footer.tmpl' %} - - diff --git a/www/templates/default.tmpl b/www/templates/default.tmpl deleted file mode 100644 index d276b9542..000000000 --- a/www/templates/default.tmpl +++ /dev/null @@ -1 +0,0 @@ -{%- extends "base.html" %} diff --git a/www/templates/footer.tmpl b/www/templates/footer.tmpl index 30965b148..3316059fc 100644 --- a/www/templates/footer.tmpl +++ b/www/templates/footer.tmpl @@ -1,86 +1,59 @@ -