Hoppa till huvudinnehåll

The Anatomy of a Snowfire website

The platform emphasizes freedom in writing HTML/CSS/JavaScript using standard practices, allowing developers complete control over website creation.

Uppdaterad för mer än en vecka sedan

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:

  1. Header - The site header

  2. Main content area - The ##{{ blocks.main }} element serves as the user-editable content zone

  3. Footer - The site footer

Next Steps

Fick du svar på din fråga?