_layouts/privacyPolicy.html in appscms-tools-theme-0.6.9 vs _layouts/privacyPolicy.html in appscms-tools-theme-0.7.0
- old
+ new
@@ -7,38 +7,12 @@
{% include head/index.html %}
<body>
{% include header/index.html %}
{%- include dropdown/langdropdown.html -%}
<div class="container py-4">
- <h1 class="about-h1 py-4">{{privacyData.h1}}</h1>
- <h2 class="about-h2">{{privacyData.h2}}</h2>
+ <h1 class="about-h1 py-4">Privacy Policy</h1>
<div class="py-3">
- {%- for item in privacyData.privacyPolicy -%}
- {%- if item.li -%}
- <li> {{item.li}} </li>
- {%- endif -%}
- {%- if item.h1 -%}
- <h1> {{item.h1}} </h1>
- {%- endif -%}
- {%- if item.h2 -%}
- <h2 class="common-h2"> {{item.h2}} </h2>
- {%- endif -%}
- {%- if item.p -%}
- <p>{{item.p | replace:"$companyName", page.companyName | replace:"$domain", page.domain }}</p>
- {%- endif -%}
- {%- if item.h3 -%}
- <h3> {{item.h3}} </h3>
- {%- endif -%}
- {%- if item.h4 -%}
- <h4> {{item.h4}} </h4>
- {%- endif -%}
- {%- if item.h5 -%}
- <h5> {{item.h5}} </h5>
- {%- endif -%}
- {%- if item.h6 -%}
- <h6> {{item.h6}} </h6>
- {%- endif -%}
- {%- endfor -%}
+ <p> We, <b>{{ page.companyName }}</b>, hereinafter referred to as the “FIRM” (where such expression shall, unless repugnant to the context thereof, be deemed to include its respective legal heirs, representatives, administrators, permitted successors and assigns).</p>
</div>
<div>
{{content}}
</div>
</div>
\ No newline at end of file