UNPKG

apostrophe

Version:

The Apostrophe Content Management System.

10 lines (8 loc) 282 B
{% block main %} {% if data.docs.length %} <h3>Try one of these suggestions:</h3> {% for doc in data.docs %} <h4>{% if doc._url %}<a href="{{ doc._url }}">{% endif %}{{ doc.title }}{% if doc._url %}</a>{% endif %}</h4> {% endfor %} {% endif %} {% endblock %}