_layouts/appscms-feature.html in appscms-tools-theme-4.4.4 vs _layouts/appscms-feature.html in appscms-tools-theme-4.4.5

- old
+ new

@@ -2,24 +2,21 @@ = page.folderName %} {% assign pageData = site.data[folder][lang][file] %} {%- assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%} <!DOCTYPE html> <html lang="{{ page.lang }}"> - {%- include appscms/head/head.html -%} - <body> - {%- include appscms/navbars/navbar.html -%} {%- include - appscms/navbars/toolbar.html -%} {%- include bookmark.html -%} {%- if - site.safeui -%} - <div - class="alert alert-{{pageData.variant | default: 'primary'}} fade show text-center" - role="alert" - id="safeui-alert" - > - <div class="container"> - {%- if pageData.alertmsg -%} {{pageData.alertmsg}} {%- else -%} We do - not upload any files to server, hence your data is 100% secure. {%- - endif -%} - </div> +{%- include appscms/head/head.html -%} + +<body> + {%- include appscms/navbars/navbar.html -%} {%- include + appscms/navbars/toolbar.html -%} {%- include bookmark.html -%} {%- if + site.safeui -%} + <div class="alert alert-{{pageData.variant | default: 'primary'}} fade show text-center" role="alert" + id="safeui-alert"> + <div class="container"> + {%- if pageData.alertmsg -%} {{pageData.alertmsg}} {%- else -%} We do + not upload any files to server, hence your data is 100% secure. {%- + endif -%} </div> {%- endif -%} {%- include appscms/headings/headings.html -%} <div class="appscms-sidebar-left"></div> <div class="appscms-sidebar-right"></div> {%- include