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.
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.