<!--
keywords: [fruit, tropical]
flavor: delicious
-->

We contain enzymes that aid in human [digestion](https://digestion.com).

{{#eq page.flavor "delicious"}}
  They are delicious
{{else}}
  They are NOT delicious
{{/eq}}

{{lowerCase '--Foo-Bar'}}

{{#endsWith 'abc' 'c'}}
  abc does end with c
{{/endsWith}}
