//! Placeholder view widget
use ;
/// Render a simple placeholder view with a title and body text.
///
/// Takes the target `area` (callers pass `App::view_area`) so placeholder
/// routes obey the same screen-real-estate rules as loaded views — with the
/// command echo bar on, the placeholder must not paint the echo row.