<section class="container-fluid block-projects-teaser projects-background py-5 <% if BlockThemeMode == 'Dark' %>bg-dark text-white<% end_if %>">
    <div class="container py-5">
        <div class="d-block d-md-none">
            <% 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>
        <div class="row">
            <div class="col-12 col-md-3 order-2 order-md-1">
                <div class="d-none d-md-block">
                <% if $ShowTitle %>
                <h2 class="scroll-toggle line-anim mt-3">$Title</h2>
                <% if SubTitle %><p class="h2 title mb-3">$SubTitle</p><% end_if %>
                <% end_if %>
                </div>
                $HTMLContent
            </div>
            <div class="col-12 col-md-8 offset-md-1 order-1 order-md-2">
                <% with ArticleSourceLink %>
                    <% include projectsTeaser %>
                <% end_with %>
            </div>
        </div>
    </div>
</section>