Welcome to the Winter CMS Workshop. This theme provides a suitable boilerplate for testing the most common Winter CMS core functions and plugins with a simple but visually pleasing theme. It is built using the Tailwind CSS framework, also providing a suitable example of how to implement Tailwind CSS in a theme.
In this instance, the theme is testing out a simple CMS page with a partial underneath the main content, in addition to partials being used throughout the layout and page to display UI elements.
{% if blogInstalled %}On the right, you can see a component to show the latest article in the Blog.
{% endif %} {% partial 'instructions' %}