CASE: how to link to a section of a template

You could have a long document with a lot of different sections / blocks in it. With the linkto tag you could link to the template itself, but not the section you want. The user has to scroll down then to go to the wanted section of the template.

:bulb: Now it’s possible however:

In your template add this to the section you want to link to:

{::target id="some_id"}some target{:/target}

In another template you can link to that section by adding this to the linkto tag :

{% linkto period.reconciliations.verworpen_uitgaven target:"some_id" %} link to section S {% endlinkto %}