2 releases

0.1.1 Apr 8, 2024
0.1.0 Nov 30, 2022

#139 in Template engine

Download history 1/week @ 2024-02-14 5/week @ 2024-02-21 3/week @ 2024-02-28 6/week @ 2024-03-27 115/week @ 2024-04-03 28/week @ 2024-04-10

149 downloads per month

MPL-2.0 license

7KB
196 lines

Comment

  • surrounded by parentheses {# and #}
{% filter comment %}

comment block

{% end %}

Whitespace Control

DejaVu Supports LF only!

  • {%.: Destroy all whitespace on the left

  • {%-: Destroy all blank lines on the left

  • {%_: Destroy left whitespace, and the first newline encountered

  • {%!: destroy left whitespace, but exclude newlines

  • =%}: Destroy all whitespace on the right

  • -%}: Destroy all blank lines on the right

  • _%}: Destroy right whitespace, and the first newline encountered

  • !%}: destroy right whitespace, but exclude newlines

No runtime deps