summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/_templates/px/layout.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/_templates/px/layout.html b/doc/_templates/px/layout.html
index 4750f748..4bcebd25 100644
--- a/doc/_templates/px/layout.html
+++ b/doc/_templates/px/layout.html
@@ -3,9 +3,7 @@
{%- endblock %}
<page title='{{ title|striptags }}'>
-
-{%- block document %}
- {% block body %} {% endblock %}
+{% block document -%}
+ {%- block body %} {% endblock -%}
{%- endblock %}
-
</page>