feat(development): render heading if section included

#227
This commit is contained in:
2024-08-15 22:00:59 +09:30
parent 955081f155
commit 4cca9d9904

View File

@ -1,6 +1,12 @@
{% load json %}
{% load markdown %}
{% if not tab.sections %}
<h3>{{ tab.name }}</h3>
{% endif %}
{% for section in tab.sections %}