{% if theme() and file_exists('app/templates/themes/' + theme() + '/base.html') %} {% extends 'themes/' + theme() + '/base.html' %} {% else %} {% extends "base.html" %} {% endif %} {% set active_child = 'bookmarks' %} {% block app_content %}
{{ _('No posts have been bookmarked. Use the three dots on each post to find the bookmark function.') }}
{% endfor -%}