Sha256: 6ea0a8725736fcc5594b860e34109c1f82eecce9be456be4c1a67a71ffe43fb0
Contents?: true
Size: 1.01 KB
Versions: 7
Compression:
Stored size: 1.01 KB
Contents
{% assign file = page.fileName %} {% assign lang = page.lang %} {% assign folder = 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 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/ratings.html -%} {%- include appscms/footer/products.html -%} {%- include appscms/footer/footer.html -%} {%- include appscms/scripts/script.html -%} </body> </html>
Version data entries
7 entries across 7 versions & 1 rubygems