diff --git a/docs/templates/python/nature/attribute.html b/docs/templates/python/nature/attribute.html
index abef8a077..8df5453ff 100644
--- a/docs/templates/python/nature/attribute.html
+++ b/docs/templates/python/nature/attribute.html
@@ -2,6 +2,7 @@
{% block heading scoped %}
‹›
+ {% if config.show_symbol_type_heading %}
{% endif %}
{%+ filter highlight(language="python", inline=True) %}
{{ attribute_name }}{% if attribute.annotation %}: {{ attribute.annotation }}{% endif %}
{% endfilter %}