Skip to content
Snippets Groups Projects
Commit b0ca41d7 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5647: adding the template so that page title works correctly

parent 7c16ebe9
No related branches found
No related tags found
1 merge request!77Feature/istwcms 5647 ebremner migrate node
{% if media == 'no' %}
{%
set classes = [
'block',
'block-' ~ configuration.provider|clean_class,
'block-' ~ plugin_id|clean_class,
]
%}
<div{{ attributes.addClass(classes) }}>
{% if admin_label %}
<div class="uw-admin-label">{{ admin_label }}</div>
{% endif %}
{{ title_prefix }}
{% if label %}
<h2{{ title_attributes }}>{{ label }}</h2>
{% endif %}
{{ title_suffix }}
{% block content %}
{{ content }}
{% endblock %}
</div>
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment