Basic Concepts of Winter CMS

  What's in a Page?

{% page %}

Using a layout for pages is optional — you can define everything right in the page file.

Only a Layout uses a {% page %} tag to include the page. Layout is like a superPAGE in that using the tag to include
the {% page %} file!


Assets

  Assets are resource files like images and stylesheets.

This theme stores its asset files (JavaScript, StyleSheet, images, fonts, etc) in the themes/basiktheme/assets directory. This theme is also packaged with these useful 3rd party tools:

Continue to AJAX framework