1.3.2 • Published 1 year ago

@lowfatcats/dustjs-helpers v1.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

LFC DustJS Helpers

This package provides a collection of DustJS helpers.

This package is intended to be used with Node as well as Browser.

Custom helpers

@resolveurl

If context is

{url: "/some/file.html"}

then

{@resolveurl base="http://web.site/index.html" target=url/}

outputs

http://web.site/some/file.html

@year

{@year/}

outputs

2020