{% set intro = g.site_intro_text %} {% block home_image %} {% if g.site_logo %} {% else %} {% endif %} {% if intro %} {{ h.render_markdown(intro|replace('^[ \t]*|[ \t]*$', '')) }} {% 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 %} {% if c.userobj %} {{ h.user_image((c.user if c and c.user else ''), size=22) }} {{ c.userobj.display_name }} {% else %} {{_("Log in")}} {% endif %}
{% 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 %}