{%- block html_head %}
{% block title %}{% endblock %} — {{ cfg.blog_title|e }} — {{ _("My Account") }}
{{ get_page_metadata() }} {%- endblock %} {% block page_head %}{% endblock %}
{% trans blog_title=cfg.blog_title|e %}{{ blog_title }} — My Account{% endtrans %}
{{ _("View Blog") }}
| {% if account.user_can_enter_admin_panel -%}
{{ _("Administration") }}
| {%- endif %}
{{ _("Logout") }}
{% if request.user.is_admin -%} |
?
{%- endif %}
{%- for item in account.navbar %}
{{ item.title|e }}
{%- endfor %}
{%- if account.ctxnavbar %}
{%- for item in account.ctxnavbar %}
{{ item.title|e }}
{%- endfor %}
{%- endif %}
{%- for message in account.messages %}
{{ message.msg }}
{%- endfor %} {{ emit_event('before-account-contents-rendered', post) }} {% block contents %}{% endblock %} {{ emit_event('after-account-contents-rendered', post) }}