Skip to main content

render_organization

Function render_organization 

Source
pub fn render_organization(
    node: &NodeOutput,
    cases: &[(String, String)],
    config: &HtmlConfig,
) -> Result<String, String>
Expand description

Generate an organization page HTML fragment.

ยงErrors

Returns an error if the rendered HTML exceeds [MAX_FRAGMENT_BYTES].