{% macro render_series_card(series) %}
Poster for {{series.name}}

{{series.name}}

{% endmacro %} {% macro air_date(value, today) %} {% if value <= today %} {{value | human_date}} {% else %} Will air {{value | human_date}} {% endif %} {% endmacro %}