{% block head %}{% endblock %}
Mongo Express
Home
{#
Command Line
#}
{% for db in databases %}
{{ db }}
View Database
{% for collection_db in collections -%} {% if loop.key == db -%} {% for collection in collection_db -%}
{{ collection }}
{%- endfor %} {%- endif %} {%- endfor %}
{% endfor %}
{% block sidebar %}{% endblock %}
{% block breadcrumb %}
Home
{% endblock %}
{{ title }}
{% if messageSuccess %}
×
{{ messageSuccess }}
{% endif %} {% if messageError %}
×
{{ messageError }}
{% endif %} {% block content %}{% endblock %}