{% extends 'apostrophe-templates:layout.html' %} {% block bodyClass %}{{ super() }} default-page{% endblock %} {% block title %}Apostrophe Sandbox: {{ data.page.title | e }}{% endblock %} {% block headerMessage %}You are on the "Default Page" template of the Apostrophe demo site.{% endblock %} {% block upperClass %}bg-gold{% endblock %} {% block headerContent %}

{{data.page.title}}

{{ apos.singleton(data.page, 'pageHeader', 'apostrophe-rich-text', { toolbar: [ 'Styles', 'Bold', 'Italic', 'Blockquote', 'Link', 'Anchor', 'Unlink', 'BulletedList' ], styles: [ { name: 'Title', element: 'h3' }, { name: 'Subtitle', element: 'h4' } ] }) }} {#

The First Anaste.

The garage is, in it's own way, a land.

#}
{# #}
{{ apos.singleton(data.page, 'sticker', 'apostrophe-images', { limit: 1, aspectRatio: [1, 1] }) }} Apostrophe
{% endblock %} {% block mainContent %}
{% if data.page._ancestors[1].type == 'default' %} ← {{ data.page._ancestors[1].title }} {% endif %}
{# #}
{{ apos.area(data.page, 'main', { widgets: { 'apostrophe-rich-text': { toolbar: [ 'Styles', 'Bold', 'Italic', 'Blockquote', 'Link', 'Anchor', 'Unlink', 'BulletedList' ], styles: [ { name: 'Title', element: 'h3' }, { value: 'h5', label: 'Subtitle' }, { name: 'Paragraph', element: 'p' } ] }, 'apostrophe-images': { minSize: [ 700, 350 ], aspectRatio: [ 2, 1 ], size: 'full' }, 'apostrophe-video': {} } }) }}
{{ apos.area(data.page, 'block', { blockLevelControls: true, widgets: { 'as-two-column-block': {} } }) }}
{% endblock %}