--- layout: page title: My website description: This is where I will tell my friends everything about me ---
{% for post in paginator.posts %}

{{ post.title }}

{% if post.subtitle %}

{{ post.subtitle }}

{% endif %}
{{ post.content | truncatewords: 50 | strip_html}} Read More
{% endfor %}
{% if paginator.total_pages > 1 %} {% endif %}