Quick contact
SKELETIO Template Packs
A system of template packs and partials that makes it possible to change the website design without touching the framework core or mixing application logic with design.
- Separation of design from the system core
- Template packs with their own partials
- Flexible page composition from blocks
- Secure rendering within the pack root
Separated Design Layer
Template packs make it possible to change the website design without touching the framework core, routing, or application logic. This keeps design as a separate project layer.
Partials and Sections
Pages can be composed from partials and reusable sections, which speeds up content creation and keeps the structure of the entire website consistent.
Flexibility Without Chaos
The goal is not only to change colors or layouts, but to enable complete visual website variants without mixing HTML, logic, and system rules.
About the SKELETIO Template Packs Project
SKELETIO Template Packs represent the presentation layer of the framework, allowing different design packages to be created and switched without disrupting the system core.
This makes it possible to build websites with different looks and structures while still using the same technical foundation and the same rules for security, routing, and content.
Technical Foundation
- Template pack selected by page or settings
- Partials rendered relative to the pack root
- Support for custom headers, sections, and footers
- DB-driven page composition via
- Separation of URL paths from filesystem paths
- Secure sandbox partial rendering
- Ready for new visual website variants
Why SKELETIO Template Packs Are Being Built
Many systems mix design with logic and become difficult to maintain over time. Template packs are being built to make it possible to change the appearance, section structure, and content presentation without breaking the framework architecture or the cleanliness of the codebase.