{% assign title = page.title | markdownify %}
{% assign subtitle = subtitle | markdownify %}
{%
include docs/hero.html
variant="docs"
title=title
subtitle=subtitle
prints=page.hero_prints
%}
{% if page.markdown %}
{{ content }}
{% else %}
{{ content }}
{% endif %}
{% if page.meta.variables %}
{% include docs/elements/anchor.html name="Sass and CSS variables" %}
{% include docs/components/variables.html %}
{% endif %}
{% include docs/components/pagination.html %}