Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d4874 commit 3eea8c6Copy full SHA for 3eea8c6
1 file changed
Doc/tools/templates/indexcontent.html
@@ -1,5 +1,12 @@
1
-{% extends "defindex.html" %}
2
-{% block tables %}
+{% extends "layout.html" %}
+{%- block htmltitle -%}
3
+<title>{{ shorttitle }}</title>
4
+{%- endblock -%}
5
+{% block body %}
6
+ <h1>{{ docstitle|e }}</h1>
7
+ <p>
8
+ {% trans %}Welcome! This is the documentation for Python {{ release }}{% endtrans %}
9
+ </p>
10
<p><strong>{% trans %}Parts of the documentation:{% endtrans %}</strong></p>
11
<table class="contentstable" align="center"><tr>
12
<td width="50%">
0 commit comments