{% extends "look-and-feel/layouts/two_thirds.html" %}
{% from "look-and-feel/components/header.njk" import header %}
{% block head -%}
{% endblock %}
{% block two_thirds -%}
{{ header("Typography", "Components") }}
{{ header(heading="A 48px Bold heading", section="Section marker") }}
{{ header(heading="A 36px Bold heading", section="Section marker", size="large") }}
{{ header(heading="A 24px Bold heading", section="Section marker", size="medium") }}
{{ header(heading="A 19px Bold heading", section="Section marker", size="small") }}
{%- endblock %}