diff --git a/website/versioned_docs/version-v2.10/community/templates.mdx b/website/versioned_docs/version-v2.10/community/templates.mdx index fdd2778c4..2f05db5b2 100644 --- a/website/versioned_docs/version-v2.10/community/templates.mdx +++ b/website/versioned_docs/version-v2.10/community/templates.mdx @@ -70,6 +70,7 @@ If you are unsure about a template, inspect `package.json` and `wails.json` for ## Pure JavaScript (Vanilla) - [wails-pure-js-template](https://github.com/KiddoV/wails-pure-js-template) - A template with nothing but just basic JavaScript, HTML, and CSS +- [Wails Vanilla JS Template](https://github.com/sid-the-sloth1/wails-vanillaJSWithRouter-template) - A vanilla JS template with page navigation support. ## Lit (web components)