Skip to main content

log

Description

  • Logs values to the server console; renders nothing into HTML. With multiple args, the first is used as a label.

Inputs

  • Arguments: one or more values (any type)

Usage

{% log 'Product', product %}

Console Output

Product => { ... }
{% log 123 %}

Console Output

123