fix: Subtitle in Section With Tabs web template

This commit is contained in:
Deepesh Garg 2020-08-26 20:48:29 +05:30
parent 1a50b594dd
commit 2ae5ce7d0e

View file

@ -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=[]) %}