<section class="container-fluid block-banner py-5 <% if BlockThemeMode == 'Dark' %>bg-dark text-white<% end_if %>">
    <div class="container">
        <div class="col-md-4">
        <% if $ShowTitle %>
        <h2 class="scroll-toggle line-anim">$Title</h2>
        <% if SubTitle %><p class="h2 title mb-3">$SubTitle</p><% end_if %>
        <% end_if %>
        </div>

        <% with ArticleSourceLink %>
            <% include articleTeaser %>
        <% end_with %>

    </div>
</section>