{#

    /*
     * This file is part of Joosorol package.
     * 
     * (c) Joosorol <joosorol@gmail.com>
     * For the full copyright and license information, please view the LICENSE
     * file that was distributed with this source code.
     */
    
#}

<div>
    <style type="text/css">
      *, *::before, *::after {
        box-sizing: border-box;
      }
    </style>
    <div>
         <div class="iak-body">
          <div id="iakpost_{{formConfig.id}}" post-config="{{ formConfig|json_encode }}" post-data="{{formData|json_encode}}"></div>
         </div>      
         <script type="text/javascript">
              iakAddLoadEvent(function() {
                 window.{{front_bundle_name}}.renderForm({
                  post_type: "{{post_type}}",
                  is_pro_version: "{{is_pro_version}}",
                  dom_element_id: "iakpost_{{formConfig.id}}"
                });
              })
        </script>
    </div>
</div>

