pub fn builtin_gov_proposal() -> BlueprintResult<Template>Expand description
Parses and returns the built-in government proposal template.
The government proposal template extends default with:
- Wider margins (30mm left for binding)
- Larger body text (11pt)
- 170% line spacing
- Additional title/subtitle styles
Note: This template uses extends: default. Use
crate::inheritance::resolve_template to fully resolve it.
ยงErrors
Returns crate::error::BlueprintError::YamlParse if the embedded YAML is malformed.