Layout Themes
Framework7 comes with 2 main layout themes: Light (default) and Dark:
{{#js_if 'this.theme === "light"'}}
{{/js_if}}
{{#js_if 'this.theme === "dark"'}}
{{/js_if}}
Default Color Themes
Framework7 comes with {{colors.length}} color themes set.
{{#each colors}}
{{/each}}