Example

Basic Print Group

{% print_group %}
This content will stay together when printed.
{% /print_group %}

Hidden Print Group

{% print_group hide=true %}
This content will be hidden when printed.
{% /print_group %}

Attributes

hide
Boolean
default:"false"
Whether to hide this group when printing