{% 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 %}
{% if lead_title != nil %}

{{ lead_title }}

{% endif %}

{{ main_title }}

{% if estimated_read %}
schedule {{ estimated_read }} min read
{% endif %} {% if description %}

{{ description | markdownify }}

{% endif %}
{% include github.html %}