{% include "nav.html" %}
{% for blog in collections.blogs %}

{{ blog.data.title }}

{{ blog.data.date.toUTCString().split(' ').slice(0, 4).join(' ') }}

Read More
{% endfor %}