{% if page.previous_page %}
{% set icon = config.theme.icon.previous or "material/arrow-left" %} {% include ".icons/" ~ icon ~ ".svg" %}
{{ lang.t("footer.previous") }}
{{ page.previous_page.title }}
{% endif %} {% if page.next_page %}
{{ lang.t("footer.next") }}
{{ page.next_page.title }}
{% set icon = config.theme.icon.next or "material/arrow-right" %} {% include ".icons/" ~ icon ~ ".svg" %}
{% endif %}
{{ config.site_name }} is part of the ML4T documentation suite.
Docs Hub Libraries Chapters