{% extends data.outerLayout %} {% import 'macros/nav.html' as nav %} {% import 'global/svg/toolbox.html' as tool %} {% block beforeMain %}
ApostropheCMS Demo Site

Welcome to the Apostrophe Demo

Just click on text to edit it. There is no save button because your edits are saved automatically.

To add images, slideshow and more click the "+" icons that appear when you hover the mouse over the page.

Be sure to visit the "blog" and "default" pages, and try clicking "Page Menu" to create new subpages.

Have fun!

{{ nav.nav(data, {classes: 'off-canvas-nav hide-desktop', logo: true, showChildren: true}) }}
{% block headerMessage %} You are using the Apostrophe demo site. {% endblock %}
{%- if not data.user and not data.user._permissions.admin -%} {%- endif -%}

Just click on text to edit it. There is no save button because your edits are saved automatically.

To add images, slideshow and more click the "+" icons that appear when you hover the mouse over the page.

Be sure to visit the "blog" and "default" pages, and try clicking "Page Menu" to create new subpages.

Have fun!

{{ nav.nav(data, {classes: 'hide-mobile'}) }} {{ tool.icon() }}
{% block headerContent %} {% endblock %}
{% block headerBackground %}{% endblock %}
{% endblock %} {% block main %} {% block mainContent %} {% endblock %} {% endblock %} {% block afterMain %} {% endblock %}