Getting Started
This page shows you how to use partials and structure your content.
💡 Using Partials
Notice the {% include 'navigation' %} and {% include 'footer' %} tags? These include reusable components across your site.
- Navigation:
{% include 'navigation' %} - Footer:
{% include 'footer' %} - Custom partials:
{% include 'your-partial-name' %}
Customization
Edit this HTML directly or ask the AI assistant to help you create the perfect page layout.