<section class="container-fluid py-5 <% if BlockThemeMode == 'Dark' %>bg-dark text-white<% end_if %>">
    <div class="container pt-5">
        <div class="row">
            <div class="col-md-4">
                <% if $ShowTitle %>
                <h2 class="scroll-toggle line-anim">$Title</h2>
                <% if SubTitle %><p class="h2 title">$SubTitle</p><% end_if %>
                <% end_if %>
                $HTMLContent
            </div>
            <div class="col-md-8">
                <% loop DownloadItems %>
                <div class="row">
                    <div class="col text-left text-md-right">
                        <p class="lead">$Title</p>
                    </div>
                    <div class="col text-right pt-2">
                        <% if CatalogueURL %><a class="btn btn-outline mw-140 mb-2" href="$CatalogueURL" target="_blank"><i class="las la-book-open"></i> <%t Template.Blaetterkatalog "Blätterkatalog" %></a><% else %><% if DownloadViewFile %><a class="btn btn-outline mw-140 ms-3 mb-2" href="$DownloadFile.URL" target="_blank"><i class="las la-eye"></i> <%t Template.Ansicht "Ansicht" %></a><% end_if %><% end_if %> <% if DownloadFile %><a class="btn btn-outline mw-140 ms-3 mb-2" href="$DownloadFile.URL" target="_blank" download><i class="las la-file-pdf"></i> <%t Template.Download "Download" %></a><% end_if %>
                    </div>
                </div>    
                <% end_loop %>
            </div>
        </div>

    </div>
</section>