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 @@
{% for section in config %} - - - + + + {% for package in section.packages %}
-

{{ section.name }}

+ {% with section_id = section.name | lower | replace(" ", "-") %} +

+ {{ section.name }} + ΒΆ +

+ {% endwith %} +