Group

The group tag is used to group certain parts of the text in the Silverfin templating language

📘

The group tag is used only for export view, thus, it should be placed within the non input comment.

The group tag ensures that certain parts of the text remain on the same page. For example, using the group tag, you can have a title and a first sentence of the paragraph in one page.

For text templates, you need to open and close the group tag to group certain parts of the content.

{% nic %}
{::group}
{:/group}
{% endnic %}

For accounts and reconciliation templates, you need to first close and then open the group tag.

This is due to the fact that the group tag is already opened in advanced settings in styles of the template and/or of the header of the template.

{% nic %}
{:/group}
{::group}
{% endnic %}

❗️

The group-tags cannot be within stripnewlines.