Layout Macro
Last modified by Frank Fock on 2024/05/23 17:17
The Layout Confluence bridge macro is usually used with Layout Section and Layout Cell macros.
- Two equal columns
- Three equal columns
- Two columns, one behaving as sidebar on the right
- Two columns, one behaving as sidebar on the left
- Three columns, sidebar-content-sidebar
Two equal columns
{{layout}}
{{layout-section ac:type="two_equal"}}
{{layout-cell}}
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
{{/layout-cell}}
{{layout-cell}}
There are many variations of passages of Lorem Ipsum available.
{{/layout-cell}}
{{/layout-section}}
{{/layout}}
{{layout-section ac:type="two_equal"}}
{{layout-cell}}
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
{{/layout-cell}}
{{layout-cell}}
There are many variations of passages of Lorem Ipsum available.
{{/layout-cell}}
{{/layout-section}}
{{/layout}}
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
There are many variations of passages of Lorem Ipsum available.
Three equal columns
{{layout}}
{{layout-section ac:type="three_equal"}}
{{layout-cell}}
Nemo enim ipsam voluptatem quia voluptas sit aspernatur.
{{/layout-cell}}
{{layout-cell}}
Nor again is there anyone who loves or pursues or desires to obtain pain of itself.
{{/layout-cell}}
{{layout-cell}}
To take a trivial example, which of us ever undertakes laborious physical exercise.
{{/layout-cell}}
{{/layout-section}}
{{/layout}}
{{layout-section ac:type="three_equal"}}
{{layout-cell}}
Nemo enim ipsam voluptatem quia voluptas sit aspernatur.
{{/layout-cell}}
{{layout-cell}}
Nor again is there anyone who loves or pursues or desires to obtain pain of itself.
{{/layout-cell}}
{{layout-cell}}
To take a trivial example, which of us ever undertakes laborious physical exercise.
{{/layout-cell}}
{{/layout-section}}
{{/layout}}
Nemo enim ipsam voluptatem quia voluptas sit aspernatur.
Nor again is there anyone who loves or pursues or desires to obtain pain of itself.
To take a trivial example, which of us ever undertakes laborious physical exercise.
Two columns, one behaving as sidebar on the right
{{layout}}
{{layout-section ac:type="two_right_sidebar"}}
{{layout-cell}}
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos.
{{/layout-cell}}
{{layout-cell}}
Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus.
{{/layout-cell}}
{{/layout-section}}
{{/layout}}
{{layout-section ac:type="two_right_sidebar"}}
{{layout-cell}}
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos.
{{/layout-cell}}
{{layout-cell}}
Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus.
{{/layout-cell}}
{{/layout-section}}
{{/layout}}
Two columns, one behaving as sidebar on the left
{{layout}}
{{layout-section ac:type="two_left_sidebar"}}
{{layout-cell}}
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos.
{{/layout-cell}}
{{layout-cell}}
Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus.
{{/layout-cell}}
{{/layout-section}}
{{/layout}}
{{layout-section ac:type="two_left_sidebar"}}
{{layout-cell}}
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos.
{{/layout-cell}}
{{layout-cell}}
Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus.
{{/layout-cell}}
{{/layout-section}}
{{/layout}}
Three columns, sidebar-content-sidebar
{{layout}}
{{layout-section ac:type="three_with_sidebars"}}
{{layout-cell}}
On the other hand, we denounce with righteous indignation
{{/layout-cell}}
{{layout-cell}}
But in certain circumstances and owing to the claims of duty.
{{/layout-cell}}
{{layout-cell}}
On the other hand, we denounce with righteous indignation.
{{/layout-cell}}
{{/layout-section}}
{{/layout}}
{{layout-section ac:type="three_with_sidebars"}}
{{layout-cell}}
On the other hand, we denounce with righteous indignation
{{/layout-cell}}
{{layout-cell}}
But in certain circumstances and owing to the claims of duty.
{{/layout-cell}}
{{layout-cell}}
On the other hand, we denounce with righteous indignation.
{{/layout-cell}}
{{/layout-section}}
{{/layout}}