Files
new-website-jekyll-theme/_includes/forms/input.html
2026-05-18 15:56:19 -03:00

11 lines
163 B
HTML

---
id:
type: 'string'
name:
type: 'string'
type:
type: 'string'
default: 'text'
---
<input type="{{ type | escape_once }}" id="{{ id | escape_once }}" />