{% include dynamic_title.html %} {% if title %}{{ title }}{% elsif page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} {% include head.html %}
{{ content }} {% if paginator.total_posts > site.paginate %} {% if page.class == 'home-template' %} {% include post_pagination.html %} {% elsif page.class == 'page-template' %} {% include post_pagination.html %} {% elsif page.class == 'author-template' %} {% include author_pagination.html %} {% elsif page.class == 'tag-template' %} {% include tag_pagination.html %} {% else %} {% include post_pagination.html %} {% endif %} {% endif %}
{% if site.subscribers %}
{% if site.logo %} {% endif %}

Subscribe to {{ site.title }}

{% include subscribe-form.html placeholder="youremail@example.com" %}
{% endif %} {% if paginator.total_pages > site.paginate %} {% endif %} {% include analytics.html %} {% if page.class == "post-template" %} {% include post-scripts.html %} {% elsif page.class == "page-template" %} {% include page-scripts.html %} {% endif %}