{%- if pagename == 'index' %}
{% include 'pages/landing.html' %}
{%- else %}
{% set rootpage = 'common' %}
{% set pagenameSplit = pagename.split('/') %}
{% block sidebarwrapper %}
{%- endif %}
{%- if last_updated %}
Last updated: {{ last_updated }}
{%- endif %}
{{ sidebar() }}
{% endblock %}
Was this page helpful?