apostrophe
Version:
The Apostrophe Content Management System.
13 lines (8 loc) • 292 B
HTML
{% extends '@apostrophecms/template:layout.html' %}
{% block title %}Not Found{% endblock %}
{% block main %}
<a href="{{ data.home._url }}">Home: {{ data.home.slug }}</a>
{% for tab in data.home._children %}
<a href="{{ tab._url }}">Tab: {{ tab.slug }}</a>
{% endfor %}
{% endblock %}