describe('Website Theming', function() {
// Spec proposal:
// - Plugins can "export" a theme
// - Theme can be overrided in the book itself
// Themes structures
// - _layout/ (Folder containing all the templates)
// - page.html (Template used for generating a page)
// - _assets/ (Assets of the theme copied to the output)
});