layoutcomponents-8.x-1.14-beta2/modules/lc_simple_countdown/templates/layoutcomponents-block-content--simple-countdown.html.twig
modules/lc_simple_countdown/templates/layoutcomponents-block-content--simple-countdown.html.twig
{# The template default set classes. #}
{%
set classes = [
'block',
'block-' ~ configuration.provider|clean_class,
'block-' ~ plugin_id|clean_class,
'block-layoutcomponents',
'block-layoutcomponents-parent'
]
%}
<div{{attributes.addClass(classes).setAttribute('style',styles)}}>
{{ title_prefix }}
{% if label %}
<h2{{title_attributes}}>{{ label }}</h2>
{% endif %}
{{ title_suffix }}
{% block content %}
{{ content }}
{% endblock %}
</div>
