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

- old
+ new

@@ -4,18 +4,33 @@ <!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/searchbar/searchbar.html -%} --> + appscms/navbars/toolbar.html -%} {%- if homeData.nofileupload -%} + <div + id="safeui-alert" + class="alert alert-{{homeData.variant | default: 'primary'}} fade show text-center" + role="alert" + > + <div class="container"> + {%- if homeData.alertmsg -%} {{homeData.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/searchbar/searchbar.html -%} + <!-- {%- include + appscms/category-tabs/category-tabs.html -%} --> {%- include appscms/home/feature-boxes.html -%} <div class="appcms-home-content-box" id="appcms-home-content-box"> {{ content }} </div> {%- include appscms/recent-posts/recent-posts.html -%} - <!-- {%- include appscms/extras/traffic-count.html -%} --> + <!-- + {%- include + appscms/extras/traffic-count.html -%} --> {%- include appscms/footer/products.html -%} {%- include appscms/footer/footer.html -%} {%- include appscms/scripts/script.html -%} </body> </html>