Skip to main content

Module render

Module render 

Source

Structs§

PageAssets
Result of compiling a .van page with separated assets.

Functions§

escape_html
Escape HTML special characters in text content.
interpolate
Perform {{ expr }} / {{{ expr }}} interpolation with dot-path resolution.
render_page
Render a resolved .van component into a full HTML page.
render_page_assets
Render a resolved .van component with separated assets.
resolve_path
Resolve a dot-separated path like user.name against a JSON value.