bobbyiliev/kubegen-cli

Add template inheritance/includes

Open

#174 opened on Jan 23, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (0 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (6 stars)
PR merge metrics
 (PR metrics pending)

Description

Support including partial templates.

Example:

{{> common/header}}
// ... content ...
{{> common/footer}}

Contributor guide