You are here

homebox-block.html.twig in Homebox 8

<div id="homebox-block-{{ block_id }}" class="homebox-portlet homebox-draggable block-homebox">
    <div class="homebox-portlet-inner">
        <h3 class="portlet-header">
            <span class="portlet-title">{{ block_title }}</span>
            <a class="portlet-icon portlet-close">{{ 'Close'|t }}</a>
        </h3>
        <div class="portlet-content content">{{ block_content }}</div>
    </div>
</div>

File

templates/homebox-block.html.twig
View source
  1. <div id="homebox-block-{{ block_id }}" class="homebox-portlet homebox-draggable block-homebox">
  2. <div class="homebox-portlet-inner">
  3. <h3 class="portlet-header">
  4. <span class="portlet-title">{{ block_title }}</span>
  5. <a class="portlet-icon portlet-close">{{ 'Close'|t }}</a>
  6. </h3>
  7. <div class="portlet-content content">{{ block_content }}</div>
  8. </div>
  9. </div>