Skip to main content
Module

x/lume/tests/assets/liquid/with-helpers.liquid

πŸ”₯ Static site generator for Deno πŸ¦•
Very Popular
Go to Latest
File
---title: The title---<p>{% upperCase title %}</p><p>{% upperCase "The title" %}</p><p>{% upperCaseAsync title %}</p><p>{% upperCaseAsync "The title" %}</p><div>{{ "hello" | returnAsync }}</div>{% include "partial.liquid" %}{% include "./_includes/partial.liquid" %}