Is your feature request related to a problem? Please describe.
I created an object called bookmark to keep track of cool websites. The only relation that I want to write is the website one that contains the link, but I do not care about the name, because it takes just too much time when adding it. But this means that the page will contain “Untitled” as the name. By trying to define in the template, the website relation in place of the name, the former is appended in the body of the document.
Describe the solution you’d like
It would be cool, if in the template of an object it was possible to define an arbitrary relation in place of the name relation (the title of the page).