emanote-0.8.0.0: default/templates/components/backlinks.tpl
<ema:note:backlinks:nodaily>
<div class="flex-1 p-4 mt-8 bg-gray-100 rounded">
<header class="mb-2 text-xl font-semibold text-gray-500">Links to this page</header>
<ul class="space-y-1">
<backlink>
<li>
<a class="text-${theme}-600 mavenLinkBold hover:bg-${theme}-50"
href="${backlink:note:url}">
<backlink:note:title />
</a>
<backlink:note:contexts>
<apply template="context" />
</backlink:note:contexts>
</li>
</backlink>
</ul>
</div>
</ema:note:backlinks:nodaily>