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 4db82ed commit 113ca1eCopy full SHA for 113ca1e
docs/_templates/page.html
@@ -0,0 +1,9 @@
1
+{% extends "!page.html" %}
2
+
3
+{% block title %}
4
+ {% if pagename == "index" %}
5
+ {{ title }}
6
+ {% else %}
7
+ {{ title }} — Dokumentace české Python komunity
8
+ {% endif %}
9
+{% endblock %}
0 commit comments