{% block bodyheader %} {% endblock %}
{% block banner %}TetaWebApp{% endblock %}
{% block nav %} {% endblock%}
{% block main %}

TetaWebApp demo

Welcome to the TetaWebApp demo

TetaWebApp is a basic web application template based on Python/Flask and AJAX made by Tetalab.

The goal of this project is to provide a canvas to make any web application you need while letting you complete freedom on how to use or extend it.

The is no limitation, you can use all or only parts of TetaWebApp and you can virtually do any app you want with TetaWebApp.

But be sure that freedom has a cost: You will need work to make it work ;-)

Get a copy of TetaWebApp:

git clone git://git.tetalab.org/tetalab/tetawebapp
          

{% endblock %}
{% block footer %} {% endblock%}