{% extends '../../user_page.html' %} {% block layout_sidebar %} {% endblock %} {% block layout_main %}
{% if page && page.grant != 1 %}

{{ consts.pageGrants[page.grant] }} ({{ t('Browsing of this page is restricted') }})

{% endif %} {% if page && page.grant == 2 %}

{{ t('Shareable Link') }}

{% endif %}
{# # ensure to insert 'content_head' block to col-xx-xx # # Because this block has content like 'Bookmarks' or 'Recent Created' whose height changes dynamically, # setting of 'revision-toc' (affix) is hindered. #} {% block content_head %} {% parent %} {% endblock %} {% block content_main_before %} {% endblock %} {% block content_main %} {% parent %} {% endblock content_main %}
{# /.col- #} {# relocate #revision-toc #}
{# /.col- #}
{% block content_main_after %} {% endblock %} {% block content_footer %} {% parent %} {% endblock %}
{% endblock %} {# layout_main #} {% block footer %} {% parent %}
crowi-plus {{ crowiVersion() }} {{ t('Help') }}
{% endblock %}