Basic Structure of Modifiers | Creating a Statamic Compact Modifier
…haracters. The following example would return the upper-cased version of the value Hello, world! : 1 {{# Outputs "HELLO, WORLD!" #}} 2 {{ " Hello, world! " | upper }} The input value for modifiers always come from the left. Modifiers can also...