Print Element Sample

Here are a couple of samples to show print-html-element in action

<h1>Let's print this h1</h1>
<p>...and while we're at it, this p as well will do nicely.</p>

<h1>Let's print this h1</h1>
<p>...and while we're at it, this p as well will do nicely.</p>

<p>I want to print this paragraph in a template</p>
<header class=\"label\">I'm part of the template header</header>
{{printBody}}
<footer class=\"label\">I'm part of the template footer</footer>