The platform emphasizes freedom in writing HTML/CSS/JavaScript using standard practices, allowing developers complete control over website creation.
Templates
Templates control all code between <body> and </body> tags.
Default Template Code
##{{ appearance.header }}
##{{ blocks.main }}
##{{ appearance.footer }}
Structure
The template consists of three structural components:
Header - The site header
Main content area - The
##{{ blocks.main }}element serves as the user-editable content zoneFooter - The site footer
Next Steps
Create a block - Learn how to create blocks
Create a custom header/footer - Customize your header and footer
