--- layout: default title: Bootstrap Admin Templates description: Free Bootstrap 4 admin templates for creating web application layouts, perfect for your next Bootstrap based dashboard layout permalink: /templates/admin-dashboard/ meta-title: Bootstrap Admin Dashboard Templates type: template --- {% include masthead/masthead-page.html %}
{% assign sorted = site.templates | sort: "rank" %} {% for template in sorted %} {% if template.categories contains 'admin' %}
{{ template.img-desc }}
{{ template.title }} {% if template.pro %} Pro {% else %} Free {% endif %}
{{ template.bump }}
{% endif %} {% endfor %} {% include survey.html %}