{% block feedlink %}{% endblock %} {% comment %} If the body doesn't have a class attribute set, don't leave empty class attributes hanging around, please; it's invalid XHTML {% endcomment %}
{% block topbar %} {% if session %}

{{ session.person.getLabelValue }} | Log out

{% else %}

Log in {% if view.canCreatePerson %} | Sign up {% endif %}

{% endif %} {% endblock %}
{% block heading %}

Welcome to

{{ systemServiceName }}

{% endblock %}
{% block navigation %} {% endblock %}
{% block welcomeboxes %} {% endblock %}
{% block content %}

Master content template placeholder … please replace me.

{% endblock %}