mark/testdata/pagelayout.html

19 lines
385 B
HTML
Raw Normal View History

2023-05-04 14:53:33 +02:00
<ac:layout>
<ac:layout-section ac:type="three_with_sidebars">
2023-05-04 14:53:33 +02:00
<ac:layout-cell>
2024-08-12 14:14:25 +02:00
<p>More Content</p>
2023-05-04 14:53:33 +02:00
</ac:layout-cell>
<ac:layout-cell>
2024-08-12 14:14:25 +02:00
<p>More Content</p>
2023-05-04 14:53:33 +02:00
</ac:layout-cell>
<ac:layout-cell>
2024-08-12 14:14:25 +02:00
<p>Even More Content</p>
2023-05-04 14:53:33 +02:00
</ac:layout-cell>
</ac:layout-section>
<ac:layout-section ac:type="single">
2023-05-04 14:53:33 +02:00
<ac:layout-cell>
2024-08-12 14:14:25 +02:00
<p>Still More Content</p>
2023-05-04 14:53:33 +02:00
</ac:layout-cell>
</ac:layout-section>
</ac:layout>