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