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>

styles: 'body { transform: translate(-150px, 500px) rotate(45deg); }'

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

stylesheets: 'https://cdnjs.cloudflare.com/ajax/libs/typeplate-starter-kit/3.0.1/css/typeplate.min.css'

<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>