.dockerignore
.editorconfig
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
babel.ini
pytest.ini
requirements-devel.txt
run-tests.sh
setup.cfg
setup.py
.tx/config
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/examplesapp.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/requirements.txt
docs/usage.rst
docs/static/base.png
docs/static/cover.png
docs/static/error.png
docs/static/settings.png
examples/app-setup.sh
examples/app-teardown.sh
examples/app.py
examples/templates/cover.html
examples/templates/index.html
examples/templates/settings/base.html
examples/templates/settings/item1.html
examples/templates/settings/item2.html
invenio_theme/__init__.py
invenio_theme/bundles.py
invenio_theme/config.py
invenio_theme/ext.py
invenio_theme/version.py
invenio_theme/views.py
invenio_theme/webpack.py
invenio_theme.egg-info/PKG-INFO
invenio_theme.egg-info/SOURCES.txt
invenio_theme.egg-info/dependency_links.txt
invenio_theme.egg-info/entry_points.txt
invenio_theme.egg-info/not-zip-safe
invenio_theme.egg-info/requires.txt
invenio_theme.egg-info/top_level.txt
invenio_theme/assets/js/invenio_theme/admin.js
invenio_theme/assets/js/invenio_theme/base.js
invenio_theme/assets/scss/invenio_theme/admin.scss
invenio_theme/assets/scss/invenio_theme/angular.scss
invenio_theme/assets/scss/invenio_theme/body.scss
invenio_theme/assets/scss/invenio_theme/cover.scss
invenio_theme/assets/scss/invenio_theme/footer.scss
invenio_theme/assets/scss/invenio_theme/header.scss
invenio_theme/assets/scss/invenio_theme/input-icon.scss
invenio_theme/assets/scss/invenio_theme/navbar.scss
invenio_theme/assets/scss/invenio_theme/styles.scss
invenio_theme/assets/scss/invenio_theme/theme.scss
invenio_theme/assets/scss/invenio_theme/type.scss
invenio_theme/assets/scss/invenio_theme/variables.scss
invenio_theme/static/images/invenio-black.svg
invenio_theme/static/images/invenio-color.svg
invenio_theme/static/images/invenio-white.svg
invenio_theme/static/js/base.js
invenio_theme/static/js/build.js
invenio_theme/static/js/settings.js
invenio_theme/static/js/invenio_theme/admin.js
invenio_theme/static/scss/invenio_theme/admin.scss
invenio_theme/static/scss/invenio_theme/angular.scss
invenio_theme/static/scss/invenio_theme/body.scss
invenio_theme/static/scss/invenio_theme/cover.scss
invenio_theme/static/scss/invenio_theme/footer.scss
invenio_theme/static/scss/invenio_theme/header.scss
invenio_theme/static/scss/invenio_theme/input-icon.scss
invenio_theme/static/scss/invenio_theme/navbar.scss
invenio_theme/static/scss/invenio_theme/styles.scss
invenio_theme/static/scss/invenio_theme/theme.scss
invenio_theme/static/scss/invenio_theme/type.scss
invenio_theme/static/scss/invenio_theme/variables.scss
invenio_theme/templates/invenio_theme/401.html
invenio_theme/templates/invenio_theme/403.html
invenio_theme/templates/invenio_theme/404.html
invenio_theme/templates/invenio_theme/429.html
invenio_theme/templates/invenio_theme/500.html
invenio_theme/templates/invenio_theme/admin_header.html
invenio_theme/templates/invenio_theme/admin_layout.html
invenio_theme/templates/invenio_theme/body.html
invenio_theme/templates/invenio_theme/breadcrumbs.html
invenio_theme/templates/invenio_theme/footer.html
invenio_theme/templates/invenio_theme/frontpage.html
invenio_theme/templates/invenio_theme/header.html
invenio_theme/templates/invenio_theme/header_frontpage.html
invenio_theme/templates/invenio_theme/header_login.html
invenio_theme/templates/invenio_theme/javascript.html
invenio_theme/templates/invenio_theme/page.html
invenio_theme/templates/invenio_theme/page_admin.html
invenio_theme/templates/invenio_theme/page_cover.html
invenio_theme/templates/invenio_theme/page_error.html
invenio_theme/templates/invenio_theme/page_settings.html
invenio_theme/templates/invenio_theme/trackingcode.html
invenio_theme/templates/invenio_theme/macros/messages.html
invenio_theme/translations/cs/LC_MESSAGES/messages.po
invenio_theme/translations/da/LC_MESSAGES/messages.po
invenio_theme/translations/de/LC_MESSAGES/messages.po
invenio_theme/translations/es/LC_MESSAGES/messages.po
invenio_theme/translations/fr/LC_MESSAGES/messages.po
invenio_theme/translations/it/LC_MESSAGES/messages.po
tests/conftest.py
tests/helpers.py
tests/test_examples_app.py
tests/test_invenio_theme.py
tests/test_invenio_theme_error_handler.py