pub fn render(
layout: &Layout,
projects: &[String],
format: Format,
state_filter: Option<&str>,
) -> Result<String>Expand description
Project the named projects into one document. An empty projects list
covers every project in the layout.