---------------------------------------------------------------------- This is the API documentation for the gdtest_sec_xref_subdirs library. ---------------------------------------------------------------------- ## Functions Public functions render(template: str) -> str Render a template string. Parameters ---------- template The template to render. Returns ------- str The rendered output. compose(parts: list) -> str Compose parts into a single string. Parameters ---------- parts The parts to compose. Returns ------- str The composed result. ---------------------------------------------------------------------- This is the User Guide documentation for the package. ---------------------------------------------------------------------- ## Concepts For a concrete example, see the [widget demo](../examples/02-topic-b/widget_demo.qmd).