{% extends "base.html" %} {% block meta %} Create Workspace ยท Tinybird {% end %} {% block content %} {% include "partials/_header.html" %}
{% if not current_user %}

No User

{% else %}

Hi, {{user_email}}

Create Your Workspace:

{% module xsrf_form_html() %}
{% end %}
{% set background="as-bkg--light" %} {% include "partials/_footer.html" %}
{% end %}