--- layout: default title: Bootstrap Landing Page Templates description: Free Bootstrap 4 landing page templates and page headers that can help you get started on your next Bootstrap based landing page project permalink: /templates/landing-pages/ meta-title: Free Bootstrap Landing Page Templates type: template --- {% include masthead/masthead-page.html %}
{% assign sorted = site.templates | sort: "rank" %} {% for template in sorted %} {% if template.categories contains 'landing-page' %}
{{ template.img-desc }}
{{ template.title }} {% if template.pro %} Pro {% else %} Free {% endif %}
{{ template.bump }}
{% endif %} {% endfor %} {% include survey.html %}