title = "Home" url = "/" layout = "default" is_hidden = 0 == hasPlugin('Winter.Blog'); } ?> == {% partial 'nav/section-nav' %}

Winter CMS Workshop

Testing Winter CMS core and plugins since 2021.

Hi, there!

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' %}
{% if blogInstalled %}
{% partial 'blog/latest-single' %}
{% partial 'ui/link-button' url="blog/index"|page text="All blog articles" %}
{% endif %}