I can't find anywhere how to get the link name in tpl. There is new {url entity='cms' id='1'} way of inserting url into .tpl, but this is pretty useless if you have to hardcode the link name anyway:
<a href="{url entity='cms' id='1'}">HERE SHOULD BE THIS PAGE NAME</a>
We have two languages, so putting there hardcoded text is not an option, putting there {l s="page name"} and translating it also seems very not correct, in case the page name is updated in the future.
Is there any way provided by PrestaShop to put a specific page name knowing just its ID (language should be taken automatically of course)? If not, doesn't it seem to be a serious lack in the {url} functionality?
I hope some of you would know the answer, thanks.