10 lines
247 B
HTML
10 lines
247 B
HTML
<article id="init">
|
|
<header>
|
|
<h3>I am the init</h3>
|
|
</header>
|
|
<p> Init record content</p>
|
|
<footer id="footer" data-init="console.log('init'); @get('/init2.html')">
|
|
<p>Init record footer</p>
|
|
</footer>
|
|
</article>
|