Usage
Tags are wrapped with curly brace percentage delimiters{% %}
. The text within the delimiters doesnβt produce visible output when rendered.
In the example below, we check if certificates are enabled for a course. If certificate_enabled
returns true, then we show a message indicating certificates are available. Otherwise, we show that certificates are not available.
Conditional
Tags for logical flow control and conditions
HTML
Tags for working with HTML content
Iteration
Tags for looping and collection handling
Syntax
Tags for language syntax constructs
Theme
Tags for theme customization
Variable
Tags for working with variables