{% extends "fluid.html" %} {% load i18n %} {% block container_content %}

{% blocktrans with user=user.fullname trimmed %}Hello {{ user }}.{% endblocktrans %}

{% for widget in widgets.left %} {% include widget %} {% endfor %}
{% for widget in widgets.right %} {% include widget %} {% endfor %}
{% endblock container_content %}