Learn
New to LiveTemplate? Start here. These pages take you from zero to a working app and the model behind it — reactive web UIs written in standard HTML and Go, with no client framework and no second model.
Read them in order:
- Introduction — what LiveTemplate is, when to reach for it, and where to go next.
- Install — add LiveTemplate to a Go project with one
go get.
- Your First App — build a counter from scratch in 10 minutes, from no-JavaScript HTML up to multi-tab peer fan-out.
- Mental Model — how the pieces fit: templates, controller methods, per-session state, transport fallback, DOM patches, and optional pub/sub.
Once the model clicks, head to Concepts for the deeper explanations or Recipes for copyable idioms.