diff --git a/python/template.rst b/python/template.rst index 1e2ca49..7869c2b 100644 --- a/python/template.rst +++ b/python/template.rst @@ -10,10 +10,16 @@
- {{ section.name }} |
- ||||
+ {% with section_id = section.name | lower | replace(" ", "-") %}
+ + {{ section.name }} + ΒΆ ++ {% endwith %} + |
+ ||||