{% extends "base.html" %} {% block content %} {% if show_tutorial %}

Welcome to Maraschino

To get started, hover over the top-left corner and click the cog icon to enter configuration mode.

Need help? Visit maraschinoproject.com or click the Maraschino logo in the top left.

{% endif %}
{% with show_add = True %}
{% with mods = modules[0] %} {% include "placeholders.html" %} {% endwith %}
{% with mods = modules[1] %} {% include "placeholders.html" %} {% endwith %}
{% with mods = modules[2] %} {% include "placeholders.html" %} {% endwith %}
{% endwith %}
{% endblock %}