Recommended Posts Loop
Here’s the template being loaded, HTML simplified a bit for ease of reading:
<If check="{Get local=post_in}">
<Loop type=post include="{Get local=post_in}">
<a href="{Field url}">
<If field=image><div class="image"><Field image /></div></If>
<div class="content">
<div class="title"><Field title /></div>
<div class="description"><Field excerpt auto=true words=25 /></div>
<div class="cta">
<If check="{Get local=cta_text}">
<Get local=cta_text />
<Else />
Read more
</If>
</div>
</div>
</a>
</Loop>
</If>