_content/solutions/use-cases.md
{{$solutions := pages "/solutions/*"}}
<section class="Solutions-header"> <div class="Container"> {{breadcrumbs .}} <h1 class="Solutions-useCase__title">Use Cases</h1> </div> </section> <section class="Solutions-useCases"> <div class="Container"> <ul class="MarketingCardList"> {{- range newest $solutions}} {{- if eq .series "Use Cases"}} <li class="MarketingCard"> <a href="{{.URL}}"> <div class="MarketingCard-section"> {{- $icon := .icon}} {{- $iconDark := .iconDark}} {{- if $icon}} {{- end}}
{{- if $iconDark}}
{{- end}}
</div>
<div class="MarketingCard-section MarketingCard-section__spacer">
<h3 class="MarketingCard-title">{{or .linkTitle .title}}</h3>
<p class="MarketingCard-body">
{{.description}}
</p>
</div>
<div class="MarketingCard-section__bottom" aria-describedby="usecase-description">
<p class="MarketingCard-action">
Learn More
</p>
</div>
</a>
</li>
{{- end}}
{{- end}}
</ul>