We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07eda18 commit 733f33aCopy full SHA for 733f33a
towncrier_template.rst
@@ -1,3 +1,7 @@
1
+{% if top_line %}
2
+{{ top_line }}
3
+{{ top_underline * ((top_line)|length)}}
4
+{% endif %}
5
{% for section, _ in sections.items() %}
6
{% set underline = underlines[0] %}{% if section %}{{section}}
7
{{ underline * section|length }}
0 commit comments