Put content back into case html template
I discovered that it is where the "rendered entity" comes from.
This commit is contained in:
@ -17,6 +17,6 @@
|
||||
#}
|
||||
<div{{ attributes.addClass('case_entity') }}>
|
||||
{% if content %}
|
||||
{# removed content because case page is managed via views and blocks #}
|
||||
{{- content -}}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user