{% if visjs_enabled %} {% endif %} {% block head %} {{ title | default('No Title') }} {% endblock %} {% if opengraph_info %} {% for prop, content in opengraph_info.items() %} {% endfor %} {% endif %}

Hogumathi

    {% if nav_items %} {% for nav_item in nav_items|sort(attribute='order') %}
  • {{ nav_item.label }}
  • {% endfor %} {% endif %}
{% if twitter_user or mastodon_user %} {% include "partial/compose-form.html" %} {% endif %} {% if False %} {% endif %}

Accounts

{% include "partial/user-picker.html" %} {% if add_account_enabled %} Add account {% endif %}
{% block content %}{% endblock %}