Hologram.Template.Builder (hologram v0.1.0)

Link to this section Summary

Functions

Returns module's VDOM template.

Link to this section Functions

Specs

Returns module's VDOM template.

Examples

iex> build(MyApp.Homepage)
[
  %ElementNode{tag: "h1", children: [%TextNode{content: "Homepage Title"}]},
  %TextNode{content: "Footer content"}
]
Link to this function

build_all(modules)