{% include nav.html %}

{{ site.data.about.title }}

{% for row in site.data.about.rows %} {% assign i = 1 %}
{% for paragraph in row %}

{{ paragraph }}

{% assign i = i | plus: 1 %} {% endfor %}
{% endfor %}