{% if intro %}
{{ h.render_markdown(intro) }}
{% else %}
{{ _("Welcome to CKAN") }}
{% trans %}This is a nice introductory paragraph about CKAN or the site
in general. We don't have any copy to go here yet but soon we will
{% endtrans %}
{% endif %}
{% block home_image %}
{% block home_image_caption %}{{ _("This is a featured section") }}{% endblock %}