--- layout: default title: Bootstrap General Page Templates description: Bootstrap 4 page layouts and generic page templates that are ready to customize and use for inner pages and content for your next Bootstrap based project permalink: /templates/general/ meta-title: General Bootstrap Page Templates type: template --- {% include masthead/masthead-page.html %}
{% assign sorted = site.templates | sort: "rank" %} {% for template in sorted %} {% if template.categories contains 'general' %}
{{ template.img-desc }}
{{ template.title }} {% if template.pro %} Pro {% else %} Free {% endif %}
{{ template.bump }}
{% endif %} {% endfor %} {% include survey.html %}