fix: updated base template to handlebars by mfranzke · Pull Request #1463 · pattern-lab/patternlab-node

added 2 commits

December 29, 2022 22:56
the previous syntax might have been fine for mustache, but we should both explicitly use the block helpers as well as mind the context of variables within each helpers.
from mustache to handlebars; wouldn't hurt …

JosefBredereck

antonia-rose pushed a commit to quelltexterin/nemo-uikit-workshop that referenced this pull request

Apr 12, 2023
* fix: we need to update that template to handlebars

the previous syntax might have been fine for mustache, but we should both explicitly use the block helpers as well as mind the context of variables within each helpers.

* chore: additionally updating the template type

from mustache to handlebars; wouldn't hurt …

* Update index.html

* fix: this ones actually an iteration

* Revert "fix: this ones actually an iteration"

This reverts commit 7def87d.

* fix: we actually need to the previous declaration here

* chore: previous formatting

* chore: changed my mind again …