pub fn render_all(
_source: &Utf8Path,
_config: &Config,
_vars: &YuiVars,
) -> Result<RenderReport>Expand description
Render every *.tera under the source tree, honoring per-file
{# yui:when ... #} headers and [[render.rule]] config entries.