Graph-RS
Inicio
{% if current_user.is_anonymous %}
Ingresar
Registrar
{% else %}
Proyectos
{% if current_user.is_admin %}
Usuarios
{% endif %}
{{ current_user.name }}
Logout
{% endif %}
{% block content %}{% endblock %}