Often times, in Handlebars templates, String literals are used to reference other templates. These literals should be extracted to the corresponding view model, as a getter. An alternative would be providing a handlebars partial to reference.
An example to look at would be the skill-item-sheet.hbs file.
For example:
skill-item-sheet-viewmodel.mjs
get templateSkillAbilityTable() { return TEMPLATES.SKILL_ABILITY_TABLE; }
Often times, in Handlebars templates, String literals are used to reference other templates. These literals should be extracted to the corresponding view model, as a getter. An alternative would be providing a handlebars partial to reference.
An example to look at would be the
skill-item-sheet.hbs
file.For example:
skill-item-sheet-viewmodel.mjs
skill-item-sheet.hbs
OR
skill-ability-table-viewmodel.mjs
skill-item-sheet.hbs