Create your own pages

With SWAC it's easy to create your own pages. Simply use this file /sites/howto_simplepage.html. Copy it as often as you want and fill it with content, like an normal HTML page.

Add data

SWAC is designed to be easy for simple pages and powerfull if you need it.
If you want to show data simply use one of the data show components deliverd by SWAC. Give the URL to the datasource in the swa-Attribute after FROM and your data will be shown.
To learn more about components and how to change the design have a look at the SWAC documentation.


            <div id="example_1" swa="Present FROM ../data/exampledata.json"></div>