This page was loaded and compiled with Template7 template engine.

Extended Context

Template7 page context is extended with some additional variables.

$route

Contains properties of the current route:

  • $route.url: {{$route.url}}
  • $route.path: {{$route.path}}
  • $route.params: {{js 'return JSON.stringify(this.$route.params)'}}
  • $route.hash: {{$route.hash}}
  • $route.query: {{js 'return JSON.stringify(this.$route.query)'}}

$root

Root app data:

  • $root.user.firstName: {{$root.user.firstName}}
  • $root.user.lastName: {{$root.user.lastName}}

$theme

Currently active theme:

  • $theme.ios: {{$theme.ios}}
  • $theme.md: {{$theme.md}}