Expand description
HTML template system for page generation.
Provides a lightweight template system using string interpolation rather than heavy template engines like Tera or Handlebars.
Structs§
- Template
- A simple template that supports variable interpolation.
- Template
Context - Template context with variables for interpolation.
- Template
Registry - Registry of templates.
Enums§
- Template
Error - Template rendering errors.
Constants§
- DEFAULT_
BASE_ TEMPLATE - Default base HTML template.
- DEFAULT_
LIST_ TEMPLATE - Default list template (for index pages).
- DEFAULT_
PAGE_ TEMPLATE - Default page template (for standalone pages).
- DEFAULT_
POST_ TEMPLATE - Default post template (for blog posts with metadata).
- DEFAULT_
REDIRECT_ TEMPLATE - Default redirect template for URL aliases.
- DEFAULT_
TAXONOMY_ TEMPLATE - Default taxonomy term template (for tag/category pages).
Type Aliases§
- Result
- Result type for template operations.