Apologies if this is a stupid question, I’m very new to this CMS. I want to make a navigation list that will display the names for the resources by their id. I’ve started it as a chunk, but I’m starting to think it should be a snippet and needs to query the database.
So far I have:
<li><a href="[[~1]]" id="homeLink">Home</a></li>
Ideally I would replace home with a dynamic link to the name of resource 1. Is there a tag for this, or do I need to use a snippet?