1. Demo
  2. .html
  3. .njk & context
  4. Full Screen ↗
<button type="button" class="c-button">Hello</button>
{{ c("button", {
"label": "Hello"
}) }}