{% set title = 'Textarea' %} {% set filename = 'form-element-textarea.html' %} {% extends 'layouts/master.html' %} {% block content %}

Textarea

Big input where you can input a lot of text

Default Textarea
Floating Labels
Textarea with Title
{% endblock %}