The #bind{} element allows you to bind data to
one or more elements using an efficient syntax. You define a
list of data, a list of elements, and a map of where the data
should be placed within the elements.
This demo binds a list of data to elements.
View Module Source| Title | Author | Description | |
|---|---|---|---|
| Title 1 | Author 1 | Description 1 | |
| Title 2 | Author 2 | Description 2 | |
| Title 3 | Author 3 | Description 3 |
Released under the MIT License.