Files
2026-06-16 15:23:44 -03:00

24 lines
393 B
HTML

---
id:
type: 'string'
class:
type: 'string'
default: ''
placeholder:
type: 'string'
default: ''
required:
type: 'bool'
default: false
autofocus:
type: 'bool'
default: false
name:
type: 'string'
default: ''
attributes:
type: 'string'
default: ''
---
{% render 'forms/input.html', id:, type: "email", class:, required:, autofocus:, name:, placeholder:, attributes: %}