Skip to main content

Module render

Module render 

Source

Structs§

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

Functions§

interpolate
Perform {{ expr }} interpolation with dot-path resolution against JSON data.
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.