2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/core/server/views/settings.hbs
Hannah Wolfe 2d8b5ea8c1 Backbone template cleanup
- 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
2013-08-03 16:37:06 +01:00

8 lines
No EOL
165 B
Handlebars

{{!< default}}
<div class="wrapper">
<aside class="settings-sidebar" role="complementary">
</aside>
<section class="settings-content"></section>
</div>