Make your own reusable HTML elements with components.
Compose small components together to create larger elements, sections and layouts.
Illustration coming at some point
Write your content in markup or markdown.
You have access to all your components in both markup and markdown. This allows you to embed any markup or any of your reusable components inside your content.
Illustration coming at some point
Conditionally render content with @if directives.
Loop over data to dynamically create lists, menus or other collections with @each directives.
Illustration coming at some point