{% extends 'base.html' %} {% block header %}

{% block title %}Welcome in Lightning-rod{% endblock %}

{% endblock %} {% block content %} {% if session['status'] == 'restarting' %}
Waiting for restarting in 10 seconds...
{% elif session['status'] == 'starting' %}
Waiting for starting in 10 seconds...
{% else %}

stack4thingslogo
{% endif %} {% endblock %}