layout default {% for card in site.data.cards.intro %} {{ card.title }} {{ card.desc }} {% if card.button %} {{ card.button.name }} {% endif %} {% endfor %} Our Motivation {% for person in site.data.people.quotes %} {{ person.quote }} {{ person.name }}{{ person.position }} {% endfor %} Our Solution {% for card in site.data.cards.solution %} {{ card.title }} {{ card.desc }} {% endfor %} Our Team {% include map.html %} Meet the team Read Up {% for cat in site.categories %} {{ cat[0] }} {% for post in cat[1] limit: 3 %} {{ post.title }} {% endfor %} {% endfor %} See more articles Contact <textarea type="text" name="message" class="form-control m-2" rows="7" placeholder="Message"></textarea> Send