Library API
The complete public API of @jpbm135/bigodin. For a guided walkthrough see the tutorial; for template syntax see Template language; for the bundled block helpers see Block helpers.
Template language
12 items
Block helpers
Bigodin ships only the block primitives wired to template syntax. String, math, date, array, and comparison helpers were removed in 3.0.0; register your own with bigodin.addHelper(name, fn). See Library API for addHelper and the tutorial for a worked example.