{% extends "base.html" %} {% block content %} {% if not kiosk %} {% include 'includes/update_bar.html' %} {% endif %} {% if show_tutorial %}

Welcome to Maraschino

Just a few simple steps to get started:

  1. Click here to enter your XBMC server settings so that Maraschino knows what was recently added, can browse your library, etc.
  2. Hover over the top-left corner of the page and click the cog icon to enter configuration mode. From here you can customise Marschino by adding modules.

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

{% endif %}
{% with show_add = True %} {% for column in modules %}
{% with mods = modules[loop.index0] %} {% include "placeholders.html" %} {% endwith %}
{% endfor %} {% endwith %}
{% endblock %}