//! Tera template rendering for `*.tera` files.
//!
//! Output goes to the **same directory** as the source `.tera` file (e.g.
//! `home/.gitconfig.tera` → `home/.gitconfig`). When `manage_gitignore` is
//! true, the rendered files are listed in a `# >>> yui rendered ... <<<`
//! managed section of `.gitignore`.
use ;
use crateResult;
use crateConfig;
use crateYuiVars;
/// Render every `*.tera` under the source tree, honoring per-file
/// `{# yui:when ... #}` headers and `[[render.rule]]` config entries.