diff --git a/Doc/tools/templates/indexcontent.html b/Doc/tools/templates/indexcontent.html index 1076c1f51b7..d795c0a5586 100644 --- a/Doc/tools/templates/indexcontent.html +++ b/Doc/tools/templates/indexcontent.html @@ -1,5 +1,12 @@ -{% extends "defindex.html" %} -{% block tables %} +{% extends "layout.html" %} +{%- block htmltitle -%} +
+ {% trans %}Welcome! This is the documentation for Python {{ release }}.{% endtrans %} +
{% trans %}Parts of the documentation:{% endtrans %}