opigno-forum-last-topics-block.html.twig in Opigno forum 3.x
<div class="content-box"> <h2 class="content-box__title">{{ 'Forum'|t }}</h2> <div class="lp-forum"> {{ elements }} </div> </div>
1 theme call to opigno-forum-last-topics-block.html.twig
- LastTopicBlock::build in src/
Plugin/ Block/ LastTopicBlock.php - Builds and returns the renderable array for this block plugin.
File
templates/opigno-forum-last-topics-block.html.twigView source
- <div class="content-box">
- <h2 class="content-box__title">{{ 'Forum'|t }}</h2>
- <div class="lp-forum">
- {{ elements }}
- </div>
- </div>