Simplified doc-site generation
[AGL/documentation.git] / theme / mkdocs_windmill / main.html
1 {% extends "base.html" %}
2
3 {#
4 The entry point for the Windmill Theme.
5
6 Any theme customisations should override this file to redefine blocks defined in
7 the various templates. The custom theme should only need to define a main.html
8 which `{% extends "base.html" %}` and defines various blocks which will replace
9 the blocks defined in base.html and its included child templates.
10 #}