{% assign content = site.data.content['about'] %}
{{ content.title }}
{{ content.subtitle }}
{{ content.text }}
    {% for item in content.list %}
  • {{ item.label }}: {{ item.value }}
  • {% endfor %}