📝 Edit page
➕ Add page
Table demo
Showcase of using Liquid to render data as an HTML table.
Input
Here using data set in the frontmatter, but you could reference the config or a data file instead.
Click Edit this page to see the frontmatter.
Templating
The rendering is handled using _includes/table.html.
Result
|
First name |
Last name |
Age |
Location |
|---|---|---|---|
|
John |
Doe |
35 |
United States |
|
Jane |
Doe |
29 |
France |
|
Jack |
Hill |
25 |
Australia |