Outputs a block-level HTML element with nested content and sanitized attributes.
{% element name attributes? / %}
{% endelement %}
Outputs a sanitized HTML element that is self-closed.
{% element name attributes? / %}
Output self-closing input element
CopyOutput content inside div
Copy