<section class="container-fluid bg-image py-0 <% if BlockThemeMode == 'Dark' %>bg-dark text-white<% end_if %>" <% if BackgroundImage %>style="background-image: url($BackgroundImage.URL)"<% end_if %>>
    <div class="container pt-5">
        <% if $ShowTitle %>
        <h2 class="scroll-toggle line-anim">$Title</h2>
        <% if SubTitle %><p class="h2 title">$SubTitle</p><% end_if %>
        <% end_if %>
        $HTMLContent
    </div>
</section>