{% 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 %} {{ g.site_description or g.site_title }} {% trans %}Find and explore datasets — all in one place.{% 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 %} {# ── Counter strip ────────────────────────────────────────────────────── #}
{% trans %}Find and explore datasets — all in one place.{% endtrans %}