{% load sniplates rijkshuisstijl %}{% singleline %} {% comment %} class: Sets additional wrapper classes. id: Sets the input id. name: Sets the input name. placeholder: Sets the placeholder label. value: Sets the input value. type: Sets the input type. size: Sets the input size. disabled: Makes the input disabled. min: Sets the input mininum value. max: Sets the input maximum value. readonly: Makes the input read-only. required: Makes the input required. {% endcomment %} {% if type == 'file' %} {% endif %} {% endsingleline %}