fix: Subtitle in Section With Tabs web template
This commit is contained in:
parent
1a50b594dd
commit
2ae5ce7d0e
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
<h2 class="section-title">{{ title }}</h2>
|
||||
|
||||
{%- if subtitle-%}
|
||||
<p class="section-description">{{ subtitle }}</p>
|
||||
{%- endif -%}
|
||||
|
||||
<div class="mt-5">
|
||||
{% set ns = namespace(tabs=[]) %}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue