{% extends 'ohmyadmin/base.html' %} {% set html_tag_classes = 'h-full' %} {% set body_tag_classes = 'h-full text-sm' %} {% block main %}
{% if user_menu.avatar %} {% else %} {{ icon('user') }} {% endif %}
{{ user_menu.user_name }}
{{ page_title }}
{% block page_actions %}{% endblock %}
{% block content %}Page content goes here...{% endblock %}
{% endblock %} {% block page_scripts %} {% endblock %}