{% assign lead_title = page.lead_title %} {% assign main_title = page.main_title | default: page.title %} {% assign description = page.description %} {% assign estimated_read = page.estimated_read %} {% capture max_width_class %} {% if page.card_overview %} max-width-card-overview {% else %} max-width {% endif %} {% endcapture %}
{{ description | markdownify }}
{% endif %}