diff --git a/src/docc/plugins/python/templates/html/function.html b/src/docc/plugins/python/templates/html/function.html
index ccd9a3e..5433896 100644
--- a/src/docc/plugins/python/templates/html/function.html
+++ b/src/docc/plugins/python/templates/html/function.html
@@ -15,7 +15,14 @@
# along with this program. If not, see
.
-#}
- {{ node.name|html }}
+
+
+
{% if node.docstring %}
{{ node.docstring|html }}