_layouts/feature.html in appscms-tools-theme-1.0.9 vs _layouts/feature.html in appscms-tools-theme-1.1.0
- old
+ new
@@ -6,11 +6,10 @@
<html lang="{{featureData.htmlLangAtt}}">
{% include head/index.html %}
<body>
{% include header/index.html %}
- {%- include dropdown/langdropdown.html -%}
{%- if featureData.nofileupload -%}
<div class="alert alert-{{featureData.variant | default: 'warning'}} alert-dismissible fade show text-center" role="alert">
<img src="/assets/secure.svg" height="23px" width="18px" alt="secure">
{%- if featureData.alertmsg -%}
{{featureData.alertmsg}}
@@ -143,14 +142,10 @@
{%- if featureData.compare_formats -%}
<div class="container file-detail-table ">
{%- include fileformat/comparisonfiles.html -%}
</div>
{%- endif -%}
- {%- if featureData.USP_Heading or featureData.USPS -%}
- <div class="container">
{%- include /Usp/usp.html -%}
- </div>
- {%- endif -%}
{% include footer/index.html %}
{% include script.html %}
</body>
</html>
\ No newline at end of file