7 lines
391 B
Plaintext
7 lines
391 B
Plaintext
<div id="page-root" data-model="test-page" class="page">
|
|
<h1>Test page</h1>
|
|
<p>{{greeting}}</p>
|
|
<button id="test-btn">Button clicked: {{counter}} times</button>
|
|
|
|
<p>If you have a .rcss file with the same name as the page in the pages directory, it will be loaded at runtime so you can add custom styling to a page, which is why the header is red on this page only.</p>
|
|
</div> |