{% extends "layout.html" %} {% block page_title %} Typography {% endblock %} {% block content %}
{% include './includes/typography/headings.html' %}
{% include './includes/typography/paragraphs.html' %}
{% include './includes/typography/links.html' %}
{% include "./includes/typography/lists.html" %}
{% include "./includes/typography/inset.html" %}
{% include "./includes/typography/important.html" %}