communico_plus-1.0.0-beta3/templates/communico_plus_block.html.twig
templates/communico_plus_block.html.twig
{#
/**
* @file
* Default theme implementation for communico block.
*
* Available variables:
* - events
*
*
* @ingroup themeable
*/
#}
<div class="cp-communico-block">
{% for event in events %}
{{ event }}
{% endfor %}
</div>
