{% extends layout %} {% block title %}bookmarks{% endblock %} {% block content %} {% if entries is empty %}
{{ 'No link available here!'|trans }}
{% else %}
{% for entry in entries %} {% include "_entry.twig" %} {% endfor %}
{% endif %} {% endblock %}