main.html 384 B

12345678910
  1. {% extends "base.html" %}
  2. {#
  3. The entry point for the ReadTheDocs Theme.
  4. Any theme customisations should override this file to redefine blocks defined in
  5. the various templates. The custom theme should only need to define a main.html
  6. which `{% extends "base.html" %}` and defines various blocks which will replace
  7. the blocks defined in base.html and its included child templates.
  8. #}