{% if content | length > 0 %} {% for item in content %} {% endfor %}
Title Type Views Sessions Bounce Trend
{{ item.title | truncate(length=40) }} {{ item.content_type }} {{ item.pageviews }} {{ item.unique_sessions }} {{ item.bounce_rate | round(precision=1) }}% {% if item.trend == "up" %} +{{ item.trend_percent | round(precision=0) }}% {% elif item.trend == "down" %} {{ item.trend_percent | round(precision=0) }}% {% else %} -- {% endif %}
{% else %}

No content performance data available for this period.

{% endif %}