{{viewTitle}}

This is the {{viewTitle}} page. Add your content here.

Getting Started

Edit this view in js/views/{{viewName}}.js to customise the content, layout, and functionality.

Available Lifecycle Hooks:

  • onEnter(params) - Called before rendering (async supported)
  • onMount($container) - Called after view is rendered
  • onLeave() - Called when leaving view (cleanup)