7.3 One column View in a new window
The main content area, spanning one full-width column.
Twig: containers/one-col/one-col.twig
Example
Staff listing
Name | Unit | Position |
---|---|---|
Adair, Daryl | Management Discipline Group | Associate Professor |
Adriaanse, Johanna | Management Discipline Group | Associate of the faculty |
Agarwal, Renu | Management Discipline Group | Associate Professor |
Alexeev, Vital | Finance Discipline Group | Senior Lecturer |
Golsby-Smith, Tony | Finance Discipline Group | Associate of the faculty |
Adair, Daryl | Management Discipline Group | Associate Professor |
Adriaanse, Johanna | Management Discipline Group | Associate of the faculty |
Agarwal, Renu | Management Discipline Group | Associate Professor |
Alexeev, Vital | Finance Discipline Group | Senior Lecturer |
Golsby-Smith, Tony | Finance Discipline Group | Associate of the faculty |
Markup
<main class="one-col {{ modifier_class }}">
{% block content %}
<div class="page-title">
<h1>Staff listing</h1>
</div>
{% include '@uts_theme/components/table/responsive-table.twig' %}
{% endblock %}
</main>