mtahan@unexpo.edu.ve
+58 xxx xxx xxxx
UNEXPO - Sección 37
Ejemplo CRUD Python
{% if session['username'] %}
Bienvenido,
{{ session['username'] }}
Salir
{% endif %}
Registro de Personas
Ejemplo CRUD Python
{% block content %}{% endblock %}