{% load i18n %}
{% translate "Topics covered..." as default_title %} {% if title %}{{ title }}{% else %}{{ default_title }}{% endif %}