uwe-app / app

Universal web editor
https://uwe.app
0 stars 0 forks source link

Add scripts partial after noscript (or replace it!) #445

Closed tmpfs closed 3 years ago

tmpfs commented 3 years ago

For explicit script initialization code.

Possibly remove noscript and expect them to be combined?

tmpfs commented 3 years ago

This has been done in std::core@5. The noscript partial has been renamed to script and is expected to contain both <noscript> and any <script> handling.

Note that the {{#match}} helper is useful when restricting script initialization to certain pages.