UNPKG

apostrophe

Version:
13 lines (8 loc) 292 B
{% 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 %}