{% assign file = page.fileName %} {% assign lang = page.lang %} {% assign folder
= page.folderName %} {% assign featureData= site.data[folder][lang][file] %}
<!DOCTYPE html>
<html lang="{{lang}}">
  {% include appscms/head/head.html %}

  <body>
    {%- include appscms/navbars/navbar.html -%} {%- include
    appscms/navbars/toolbar.html -%} {%- include bookmark.html -%} {%- if
    site.safeui -%}
    <div
      class="alert alert-{{featureData.variant | default: 'primary'}} fade show text-center"
      role="alert"
      id="safeui-alert"
    >
      <div class="container">
        {%- if featureData.alertmsg -%} {{featureData.alertmsg}} {%- else -%} We
        do not upload any files to server, hence your data is 100% secure. {%-
        endif -%}
      </div>
    </div>
    {%- endif -%}
    <div class="appscms-sidebar-left"></div>
    <div class="appscms-sidebar-right"></div>
    <div class="flex-container pb-3">
      <div class="flex-class py-4 mt-4 mt-md-0">
        <div class="d-flex justify-content-center align-items-center">
          <span class="fHhdVc">
            <div class="div-cont feature-img mr-2">
              {%- if featureData.img -%}
              <img
                style="width:{{featureData.imgwidth}};height:{{featureData.imgheight}};"
                src="{{featureData.img}}"
                alt="{{featureData.imgalt}}"
                {%-
                if
                site.crossorigin
                -%}
                crossorigin
                {%-
                endif
                -%}
              />
              {%- else -%}
              <svg
                xmlns="http://www.w3.org/2000/svg"
                xmlns:xlink="http://www.w3.org/1999/xlink"
                viewBox="0 0 36 36"
                fill="#000"
              >
                <path
                  d="M6,6 L9,18 L6,30 L18,27 L30,30 L27,18 L30,6 L18,9 L6,6 Z M3,3 L18,6.75 L33,3 L29.25,18 L33,33 L18,29.25 L3,33 L6.75,18 L3,3 Z"
                ></path>
              </svg>
              {%- endif -%}
            </div>
          </span>
        </div>
        <div id="heading-div" style="height: 60px"></div>
      </div>
    </div>
    {%- if site.noFeatureBox == true -%}
    <div class="feature-content-box">{{content}}</div>
    {%- else -%} {%- if page.noBox == true -%}
    <div class="feature-content-box">{{content}}</div>
    {%- else -%}
    <div class="box-padding">
      <div class="d-flex" id="__cond-922051">
        <div class="flex-container">
          <div class="flex-class">
            <div class="d-flex flex-column">
              <div
                class="box"
                style="background:{{featureData.color}};min-height:{{featureData.height}};width:{{featureData.width}}"
              >
                <div class="box-border"></div>
                <div class="content-box">{{content}}</div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>

    {%- endif -%} {%- endif -%} {%- if site.userTrackingCount -%} {%- include
    userTracking.html -%} {%- endif -%} {% include appscms/footer/footer.html %}
    {% include script.html %}

    <script
      defer
      src="/assets/js/featureResult.js"
      data-foldername="{{page.folderName}}"
      data-lang="{{page.lang}}"
    ></script>
  </body>
</html>