Demos need a common template
Open
feature
- Dominant language
- JavaScript
- Stars
- 598
- Forks
- 371
- PR merge metrics
- No merged PRs in 30d
Description
Demo files need to share a common template so they can be styled appropriately. Currently, its not possible to define a common HTML template that all demos share. As a result, I copy/paste all my demos.
One of the templates could be `demos.mustache` which might contain something like:
```
{{demoTitle}}
{{demoContent}}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.