`{{ expression }}` outputs the value of an expression into the rendered document. Use it to display data: `{{ company_name }}`, `{{ revenue | currency }}`, `{{ regions | length }}`. The expression is evaluated and its string representation is inserted at that position. - `{% statement %}` controls t