8.2 Automated visual index View in a new window

Example
Markup
{% include '@uts_theme/containers/header/header.twig' %}

{% include 'breadcrumb-inc.twig' %}

{% embed '@uts_theme/containers/sidebars/sidebar-d.twig' %}
  {% block title %}
    {% include '@uts_theme/components/page-title/page-title.twig' with { title: 'Initiatives' } only %}
  {% endblock %}
  {% block main %}
    <p>Innovation, collaboration and engagement are at the core of UTS's range of strategic initiatives: from services for the local community to campus development plans that will strengthen our role in the local education precinct and Sydney business community, our engagement with Indigenous education and employment to our commitment to sustainability and internationalisation.</p>
    <ul class="flex-tile flex-tile--2x">
      <li class="flex-tile__item">
        {% include '@uts_theme/components/image-teaser/image-teaser.twig' %}
      </li>
      <li class="flex-tile__item">
        {% include '@uts_theme/components/image-teaser/image-teaser.twig' %}
      </li>
      <li class="flex-tile__item">
        {% include '@uts_theme/components/image-teaser/image-teaser.twig' %}
      </li>
      <li class="flex-tile__item">
        {% include '@uts_theme/components/image-teaser/image-teaser.twig' %}
      </li>
      <li class="flex-tile__item">
        {% include '@uts_theme/components/image-teaser/image-teaser.twig' %}
      </li>
      <li class="flex-tile__item">
        {% include '@uts_theme/components/image-teaser/image-teaser.twig' %}
      </li>
    </ul>
  {% endblock %}
  {% block sidebar %}
    <h3>Services for the Community</h3>
    <p>
      <a href="#">UTS Child Care</a><br>
      <a href="#">Fitness Centre</a><br>
      <a href="#">Multi-purpose Sports Hall</a><br>
      <a href="#">Traditional Chinese Medicine Clinic</a><br>
      <a href="#">2SER community radio</a><br>
      <a href="#">UTS Landlords Register</a><br>
      <a href="#">UTS IELTS Test Centre</a><br>
      <a href="#">UTS Library</a><br>
      <a href="#">Donors</a><br>
      <a href="#">Body Donor Program</a><br>
      <a href="#">Alumni</a><br>
      <a href="#">UTS ART: Gallery and Collection</a>
    </p>
  {% endblock %}
{% endembed %}

{% include '@uts_theme/containers/footer/footer.twig' %}