Layout in use: layout_alt_two
How to make a grid (like CSS grid).
Plugins can provide components, simple building blocks that enrich any page or layout. Check out the todo example below.
Structure of Winter CMS { Basik } Theme:
21 directories, 56 files
themeName > content > diagram.htm
Manage your tasks with this simple ToDo list.
The todolist
component used here is provided by the plugin called
Winter\todolist, you can find it in the plugins/winter/todolist
folder.
The HTML markup for this example:
{% component 'todolistTodo' %}
Unlike the AJAX example, components are simple building blocks that can be used with a small amount of code.
Only one line is needed:
[ end themeName/partial/explain/plug.htm ]