{% extends "partials/layouts/main-layout.html.twig" %} {% block body_attributes %} {% endblock %} {% block sidebar %} {% include "partials/sidebar.html.twig" %} {% endblock %} {% block hr_sidebar %} {% include "partials/horizontal-sidebar.html.twig" %} {% endblock %} {% block content %}
{% include "partials/breadcrumb.html.twig" with {'title': "Bootstrap UI", 'subtitle': "Home"} %}

Image with round corner

Use Class for rounded image.rounded

image

Image with Circle

Use Class for rounded image.rounded-circle

image

Image Thumbnail

Use Class for thumbnail image.img-thumbnail

image
{% endblock %}