{% if theme_footer_newsletter and theme_footer_newsletter.get("title") %}
{{ theme_footer_newsletter.title }}
{% if theme_footer_newsletter.get("description") %}

{{ theme_footer_newsletter.description }}

{% endif %} {{ theme_footer_newsletter.cta }}
{% endif %}
{% if theme_footer_about %}
{{ theme_footer_about.title }} {% if theme_footer_about.get("description") %}

{{ theme_footer_about.description | safe }}

{% endif %} {% if theme_footer_about.get("created_by") %}

{{ theme_footer_about.created_by | safe }}

{% endif %}
{% endif %} {% if theme_footer_links %}
{% for column in theme_footer_links %}

{{ column.title }}

    {% for link in column.links %} {% set footer_ga_label = 'footer_' ~ (column.title | lower | replace(' ', '_')) ~ '_click' %}
  • {{ link.name }} {% if link.get("external") %} {% endif %}
  • {% endfor %}
{% endfor %}
{% endif %} {% if theme_footer_social_icons %}
    {% for link in theme_footer_social_icons %}
  • {% endfor %}
{% endif %}

{% if theme_footer_xanadu %}
{{ theme_footer_xanadu.title }}
{% endif %}
{% if theme_footer_copyright and theme_footer_copyright.get("notice") %}

{{ theme_footer_copyright.notice | safe }}

{% elif theme_footer_xanadu %}

© Copyright | Xanadu | All rights reserved

{% elif show_copyright %}

{%- if hasdoc('copyright') %} {% trans path=pathto('copyright'), copyright=copyright|e %}© Copyright {{ copyright }}{% endtrans %} {%- else %} {% trans copyright=copyright|e %}© Copyright {{ copyright }}{% endtrans %} {%- endif %}

{% else %}

© Copyright | Xanadu | All rights reserved

{% endif %} {% for copyright in theme_extra_copyrights %}

{{ copyright }}

{% endfor %}

TensorFlow, the TensorFlow logo and any related marks are trademarks of Google Inc.

{% if theme_footer_policies %}
{% for legal in theme_footer_policies %} {{ legal.text }} {% endfor %}
{% endif %}