plugins/content/templates/user/system/common/related_content.stpl

Summary

Maintainability
Test Coverage
<h3>{t(Related posts)}:</h3>
<ol>
{foreach("data")}
    <li><a href="{#.href}" title="{t(Permanent link)}: {#.title}">{#.title}</a></li>
{/foreach}
</ol>