{% include custom-head.html %}
{%- include header.html -%}
{{ site.data.blog.h1 }}
{{content}}
{% for post in paginator.posts %}
{{ post.title }}
{% endfor %}
{%- include paginationBlogPage.html -%}
{% include section/count.html %}
{%- include section/alertbar.html -%}