pub fn embedded_template_names() -> Vec<&'static str>Expand description
Every template baked into the framework binary, by canonical name
(e.g. "admin/list.html"). Order is stable across builds so a
CLI verb that lists them produces deterministic output. Used by
rustio-admin override to enumerate copy candidates; project code can
also iterate this to build documentation pages.