Sha256: 2eb65ed94c795ee9a9504af80fe98670103012172281493736f412bb1e524891

Contents?: true

Size: 1.5 KB

Versions: 9

Compression:

Stored size: 1.5 KB

Contents

<!-- heading -->

{%- if page.layout == "feature" -%} {%- include bookmark.html -%} {%- endif -%}
{%- assign showFaqs= true -%} {%- for item in site.noFaqsList -%} {%- if item ==
page.lang -%} {%- assign showFaqs = false -%} {%- break -%} {%- else -%} {%-
assign showFaqs = true -%} {%- endif -%} {%- endfor -%} {%- if showFaqs == true
-%} {%- if pageData.FAQ.size>0 -%}
<div class="container heading">
  <div class="row">
    <div
      class="col-xxl-8 col-lg-9 col-md-12 col-sm-12 offset-md-1 offset-sm-0 py-5 pt-md-5 pt-sm-3 mx-auto"
    >
      <div class="d-flex align-items-center justify-content-center">
        <hr
          class="flex-grow-1 mx-4 mb-0"
          style="height: 2px; background-color: #000"
        />
        <span class="text-center appscms-recentposts my-4">
          {{pageData.faqheading | default: 'Frequently Asked Questions'}}</span
        >
        <hr
          class="flex-grow-1 mx-4 mb-0"
          style="height: 2px; background-color: #000"
        />
      </div>
    </div>
  </div>
</div>
<div
  class="container mx-auto appscms-faq-section col-md-9 p-3 pb-3 mt-5 col-12"
>
  <div class="faq-section">
    {% for data in pageData.FAQ %}
    <div class="faq-item">
      <h3 class="faq-question">
        {{data.question | replace: "$variable", page.value}}
      </h3>
      <p class="faq-answer">
        {{data.answer | replace: "$variable", page.value}}
      </p>
    </div>
    {% endfor %}
  </div>
</div>

{%- endif -%} {%- endif -%}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
appscms-tools-theme-3.8.5 _includes/appscms/faq/faq.html
appscms-tools-theme-3.8.4 _includes/appscms/faq/faq.html
appscms-tools-theme-3.8.3 _includes/appscms/faq/faq.html
appscms-tools-theme-3.8.2 _includes/appscms/faq/faq.html
appscms-tools-theme-3.8.1 _includes/appscms/faq/faq.html
appscms-tools-theme-3.8.0 _includes/appscms/faq/faq.html
appscms-tools-theme-3.7.9 _includes/appscms/faq/faq.html
appscms-tools-theme-3.7.8 _includes/appscms/faq/faq.html
appscms-tools-theme-3.7.7 _includes/appscms/faq/faq.html