{% extends "theme-options/base_option.twig" %}
{% from 'form-elements/input.twig' import input %}
{% block variable %}
  <div class="ai1ec-col-sm-6 ai1ec-col-xs-9">
    {{ input( id, id, value, 'text', args ) }}
  </div>
{% endblock %}
