RPTools / maptool

Virtual Tabletop for playing roleplaying games with remote players or face to face.
http://rptools.net
GNU Affero General Public License v3.0
800 stars 262 forks source link

[Feature]: Handlebars partial template support would be helpful #4920

Closed fishface60 closed 2 months ago

fishface60 commented 2 months ago

Describe the Problem

Stat sheets potentially share a lot of reusable components or it would merely be convenient to split the template into multiple files.

Handlebars supports this with the Partial Templates feature, which uses the {{> path}} syntax to load a template named path.

The Solution you'd like

MapTool implements an appropriate template loader to support loading templates from addons.

Alternatives that you've considered.

Additional Context

No response