@@ -12,7 +12,6 @@
id="growi-not-found-context"
data-is-not-found-permalink="{% if isNotFoundPermalink %}{{isNotFoundPermalink|json}}{% endif %}"
data-page-id="{%if pageId %}{{pageId.toString()}}{% endif %}"
- data-page-is-empty="{% if isEmpty %}{{ isEmpty }}{% endif %}"
>
</div>
<div class="grw-container-convertible">
@@ -4,6 +4,7 @@
data-page-grant="{{ grant }}"
data-page-grant-group="{{ grantedGroupId }}"
data-page-grant-group-name="{{ grantedGroupName }}"
+ data-page-is-empty="{% if isEmpty %}{{ isEmpty }}{% endif %}"
{% if templateTags %}
data-template-tags="{{ templateTags }}"
{% endif %}