We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b73573 commit f351406Copy full SHA for f351406
backend/news/.changelog_template.jinja
@@ -1,9 +1,9 @@
1
-{% if sections[] %}
2
-{% for category, val in definitions.items() if category in sections[] %}
+{% if sections[""] %}
+{% for category, val in definitions.items() if category in sections[""] %}
3
4
### {{ definitions[category]['name'] }}
5
6
-{% for text, values in sections[][category].items() %}
+{% for text, values in sections[""][category].items() %}
7
- {{ text }} {{ values|join(', ') }}
8
{% endfor %}
9
0 commit comments