1 HTML Blocks
Reusable components like headers and footers shared across all pages. See blocks/ directory.
2 Text Includes
Plain text content separated from structure. Inline text tokens like this page title.
3 HTML Content
Rich HTML content blocks with page-specific resolution. This features grid is an HTML include!
4 Built-in Data
Dynamic datetime tokens in the footer show the current year: 2026
5 Page-Specific
Different pages resolve tokens to different content based on directory structure.
6 Multiple Pages
Multiple HTML pages using shared components. Check index, about, and details pages.
Use This as Your Starting Point
This template demonstrates all major SSI features working together. Copy it and customize for your project!
See More Features