_layouts/appscms-feature.html in appscms-tools-theme-3.8.5 vs _layouts/appscms-feature.html in appscms-tools-theme-3.8.6

- old
+ new

@@ -5,15 +5,29 @@ <!DOCTYPE html> <html lang="{{ page.lang }}"> {%- include appscms/head/head.html -%} <body> {%- include appscms/navbars/navbar.html -%} {%- include - appscms/navbars/toolbar.html -%} {%- include appscms/headings/headings.html - -%} {%- include appscms/uploadbutton/uploadbutton.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 -%} {%- include appscms/headings/headings.html -%} {%- include + appscms/uploadbutton/uploadbutton.html -%} {%- include appscms/featurehighlight/featurehighlight.html -%} {%- include appscms/howto/howto.html -%} {%- include appscms/faq/faq.html -%} {%- include appscms/recent-posts/recent-posts.html -%} - <!-- {%- include appscms/extras/traffic-count.html -%} --> + <!-- {%- include + appscms/extras/traffic-count.html -%} --> {%- include appscms/extras/ratings.html -%} {%- include appscms/footer/products.html -%} {%- include appscms/footer/footer.html -%} {%- include appscms/scripts/script.html -%} </body> </html>