docs
mkdocs-bootstrap
mkdocs_bootswatch
amelia
cerulean
cosmo
cyborg
flatly
journal
readable
simplex
slate
spacelab
united
css
fonts
img
js
404.html
__init__.py
base.html
content.html
keyboard-modal.html
main.html
mkdocs_theme.yml
nav-sub.html
nav.html
search-modal.html
toc.html
yeti
__init__.py
src
.gitignore
.travis.yml
0.1.1.tar.gz
LICENSE
MANIFEST.in
README.md
bootswatch.LICENSE
conf.py
mkdocs.yml
mkdocs.yml2
mkdocs.yml~
setup.cfg
setup.py
tox.ini
11 lines
379 B
HTML
11 lines
379 B
HTML
{% extends "base.html" %}
|
|
|
|
{#
|
|
The entry point for the MkDocs Theme.
|
|
|
|
Any theme customisations should override this file to redefine blocks defined in
|
|
the various templates. The custom theme should only need to define a main.html
|
|
which `{% extends "base.html" %}` and defines various blocks which will replace
|
|
the blocks defined in base.html and its included child templates.
|
|
#}
|