+
+
+ + {%- comment -%} + Mini-hub heading with topic subtitle + {%- endcomment -%} + + + +

+ + {{ page.title }} + {% if page.mini_hub_topic %} + + + - + + {{ page.mini_hub_topic }} + + {% endif %} + +

+ + {%- comment -%} + Contents list navigation + {%- endcomment -%} + {% if page.mini_hub_pages %} + {% include components/contents-list.html items=page.mini_hub_pages %} + {% endif %} + + {%- comment -%} + Page content + {%- endcomment -%} + {{ content }} + + {%- comment -%} + Pagination navigation + {%- endcomment -%} + {% if page.previous_page or page.next_page %} + {% include components/pagination.html previous=page.previous_page next=page.next_page %} + {% endif %} + +
+
+