The individual pages on our archive are contained within the division #main.
Some pages (user home, collection home, tag home, admin home) have a dashboard, which by default we display as a sidebar.
Each page follows the same basic structure and order. The structure is commented in the views. Each section is announced by a heading, though many of these headings are not displayed in the archive default style; these are landmarks.
<!--Descriptive page name and system messages, descriptions, and instructions.--> <h2> </h2> <!--Subnavigation, sorting and actions.--> <h3 class="landmark"> </h3> <!--main content--> <h3 class="landmark"> </h3> <!--Subnavigation, sorting and actions.--> <h3 class="landmark"> </h3>
Here's the works page in brief:
You can look at some of the more commonly used structures as diagrams, and look at the blurb in detail.