{% extends 'ohmyadmin/base.html' %} {% import 'ohmyadmin/forms.html' as forms %} {% block main %}
{% if theme.logo %} {% else %} {% endif %} {{ theme.title }}
{% block content %}{% endblock %}
{% endblock %}