Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.kiwify.com.br/llms.txt

Use this file to discover all available pages before exploring further.

You can use the source value to add specific elements to one of the editors β€” theme editor or code editor. The possible values are:
  • "theme-editor": When the template is being rendered within the Theme Editor
  • "code-editor": When the template is being rendered within the Code Editor
  • nil: When the template is not being rendered within an editor

Syntax

{% source %}

Scope

It is globally accessible, in any template, section or block.

Example

{% if source == 'code-editor' %}
<p>This appears only within the code editor</p>
{% endif %}
<p>This appears only within the code editor</p>