{% extends "!layout.html" %}
{%- block extrahead %}
{% set image = 'https://featurelabs-static.s3.amazonaws.com/OpenSource_OpenGraph_1200x630px-featuretools.png' %}
{% set description = 'Automated feature engineering in Python' %}
{% if meta is defined %}
{% if meta.description is defined %}
{% set description = meta.description %}
{% endif %}
{% endif %}
{% endblock %}
{%- block footer %}
{% endblock %}