--- title: 'index title' description: 'index description' template: _layouts/layout.html list: - thing1 - thing2 - thing3 --- {% for item in list %}{{ item }} {% endfor %}