--- layout: default title: Bootstrap Blog Templates description: Free Bootstrap 4 blog templates and blog page layouts perfect for creating custom blog website using Bootstrap 4 permalink: /templates/blog/ meta-title: Bootstrap Blog Templates type: template --- {% include masthead/masthead-page.html %}
{% assign sorted = site.templates | sort: "rank" %} {% for template in sorted %} {% if template.categories contains 'blog' %}
{{ template.img-desc }}
{{ template.title }} {% if template.pro %} Pro {% else %} Free {% endif %}
{{ template.bump }}
{% endif %} {% endfor %} {% include survey.html %}