Block Box

Simple box container for content.

Theme: Bootstrap

Lorem ipsum dolor sit amet, consectetur adipiscing elit.
{# derafu_twig:templates/pages/components/block-box.html.twig #}

{% extends 'layouts/default.html.twig' %}

{% block content %}
{% for theme, name in themes %}
    <twig:block-box
        title="Theme: {{ name }}"
        content="Lorem ipsum dolor sit amet, consectetur adipiscing elit."
        theme="{{ theme }}"
    />
{% endfor %}
{% endblock %}