Example 4: Show datasets with custom template

Custom template gives you full options on what and how to display. More on how to create your own template under skinable

{stringval}

{doubleval}

VIEW-Requestor

<div id="present_example4" swa="Present FROM exampledata_list">
    <article class="swac_repeatForSet">
        <header><h1>{stringval}</h1></header>
        <p>{doubleval}</p>
    </article>
</div>
        
CONFIGURATION

There is no configuration needed.

DATASOURCE

This example uses the same datasource as example 1.