{% if loaded %}
{% if (config.showSourceTitle and sourceTitle) or config.showPublishDate %}
{% if sourceTitle and config.showSourceTitle %} {{ sourceTitle }}{% if config.showPublishDate %}, {% else %}: {% endif %} {% endif %} {% if config.showPublishDate %} {{ publishDate }}: {% endif %}
{% endif %}
{{ title }}
{% if config.truncDescription %} {{ description | truncate(config.lengthDescription) }} {% else %} {{ description }} {% endif %}
{% else %}
{{ "LOADING" | translate | safe }}
{% endif %}