pub fn conditional(condition: bool, content: &str) -> StringExpand description
Conditionally include a section based on a boolean.
Returns the section content if condition is true, otherwise empty string.
Useful for building template content with optional sections.