Provides the core front end theme kit for Iron projects.
Iron layouts are composed of 4 core elements:
headernavmainfooter
These elements are arranged in different ways depending on the layout class(es).
In the default layout, the header and nav may be fixed. Also, the nav may be
fixed to the bottom of the viewport.
-------------------------
| <header> |
-------------------------
| <nav> |
-------------------------
| <main> |
-------------------------
| <footer> |
-------------------------
In the split header layout, the header and nav may be fixed.
-------------------------
| <header> | <nav> |
-------------------------
| <main> |
-------------------------
| <footer> |
-------------------------
-------------------------
| <header> |
-------------------------
| <nav> | <main> |
-------------------------
| <footer> |
-------------------------