4cd6ff903f
- Ghost.View now extends Ghost.TemplateView giving all views access to subviews and templates - Views which implemented templates no longer need to - Some views needed to re-override render which is a bit annoying - Settings screen now has sub-templates for each pane and for the sidebar - Additional Casper tests for settings screen
11 lines
398 B
Handlebars
11 lines
398 B
Handlebars
<section id="appearance" class="settings-content">
|
|
<header>
|
|
<h2 class="title">Appearance</h2>
|
|
</header>
|
|
<section class="content">
|
|
<h6 class="sub">Raw json be here</h6>
|
|
<p>Active theme: {{json settings.activeTheme}}</p>
|
|
<p>Available themes: {{json availableThemes}}</p>
|
|
<p>Available plugins: {{json availablePlugins}}</p>
|
|
</section>
|
|
</section> |