Skip to main content

Module template

Module template 

Source
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.
TemplateContext
Template context with variables for interpolation.
TemplateRegistry
Registry of templates.

Enums§

TemplateError
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.