{% load i18n wagtailcore_tags %}{% spaceless %} {% if content %}
{% if url %} {{ title }} {% else %} {{ title }} {% endif %}
{{ content|richtext }}
{% endif %} {% endspaceless %}