{{ js_integration_head_start() }} {{ head_elements() }} {{ head_css() }} {{ head_js() }} {{ js_integration_head() }} {{ require_attached_css(template_meta.attached_stylesheets, content.enable_layout_stylesheets) }} {{ require_attached_js(template_meta.attached_js) }}

How do I display information in the template only visible to me?

If you want specific information from the questionnaire in the template to be only visible to you, you can then use the stencil code from the example in such cases.

Stencil description:

  • Display only in your template

Code example:

{% if section.question == "are not shown" %} Headline (text): Introduction{% end %}