//! Template System 2.0 - Project templates with Ferrous Forge standards built-in
//!
//! This module provides a complete template system for creating new Rust projects
//! that are pre-configured to comply with Ferrous Forge standards.
//!
//! @task T021
//! @epic T014
/// Built-in project template definitions.
/// Template rendering engine with variable substitution.
/// Template manifest and file specification types.
/// Template discovery and registration.
/// Template repository management for community templates.
/// Template validation.
pub use ;
pub use ;
pub use BuiltinTemplate;
pub use TemplateRegistry;
pub use ;