{% include "partials/_header.html" %} {% if auth_type == "signup" %} {% set auth_action="Sign up" %} {% else %} {% set auth_action="Sign in" %} {%end%}
{% if not current_user %}
{% include "partials/_carousel.html" %}

Tinybird.co — Copyright © {{year}} Tinybird. All rights reserved

{{auth_action}}{% if auth_type == "signup" %} for free{% end %}

{% if auth_type == "signup" %} No credit card required {% else %} Don't you have an account? Sign up for Tinybird {% end %}

By joining, you agree to our Terms of Service and our Privacy Policy.

{% else %} {% end %}