//! The engine consumes exactly one of a template's trailing newlines.
//!
//! Jinja's rule, kept by MiniJinja, and observable in the bytes a script reads
//! once `App::run` appends its own newline at the process edge. Documented as a
//! contract in `docs/topics/templating.md`.
use Serialize;
use ;