Expand description
Static HTML generator for case and entity pages.
Produces semantic HTML fragments (no <html>/<head>/<body> wrapper)
suitable for embedding in a Phoenix layout. Each fragment includes
data-og-* attributes on the root element for meta tag extraction,
Schema.org microdata, and a <script type="application/ld+json"> block.
Structs§
- Html
Config - Configuration for HTML generation.
- TagCase
Entry - A case entry associated with a tag, used for tag page rendering.
Functions§
- render_
case - Generate a complete case page HTML fragment.
- render_
organization - Generate an organization page HTML fragment.
- render_
person - Generate a person page HTML fragment.
- render_
sitemap - Generate a sitemap XML string.
- render_
tag_ page - Generate a tag page HTML fragment listing all cases with this tag.
- render_
tag_ page_ scoped