{% extends base|default:"motion/assets/body/base.html" %} {% load generic_filters %} {% block content %} {% if not settings.use_titles %}

{{ entry.link|truncatechars:settings.link_title_length }}

{% endif %} {{ block.super }} {% endblock %}