Group content together to prevent page breaks or hide content when printing or generating PDFs
{% print_group %} This content will stay together when printed. {% /print_group %}
{% print_group hide=true %} This content will be hidden when printed. {% /print_group %}