${ trigger.call("admin_head") }
{% block navigation %} {% for action, nav in navigation | items %} {% if nav.show %}
$nav.title
{% endif %} {% endfor %} {% endblock %}
$site.name
${ "Log Out ›" | translate }
${ "Hello, %s!" | translate | format(visitor.full_name | split | first | fallback(visitor.login | fallback("Guest" | translate))) }
${ "View Site ›" | translate }
{% block subnav %} {% if subnav[route.action] %} {% for action, nav in subnav[route.action] | items %} {% if nav.show %}
$nav.title
{% endif %} {% endfor %} {% endif %} {% endblock %}
{% for notice in flash.notices %}
$notice
{% endfor %} {% for warning in flash.warnings %}
$warning
{% endfor %} {% for message in flash.messages %}
$message
{% endfor %} {% block content %}{% endblock %}
${ "Chyrp loves you." | translate }
${ "v%s ‐ © %d Chyrp Team" | translate | format(version, 2011) }