template.html.head.ftl Maven / Gradle / Ivy
[#ftl]
[#if !(request.getHeader('x-requested-with')??) && !Parameters['x-requested-with']??]
[#if tag.parameters['title']??]${tag.parameters['title']}[/#if]
[#--[@b.agent/]--]
[#if tag.loadui]
[@beangle_js_head/][#--[@beangle_uijs_head/]--]
[#else]
[@beangle_js_head/]
[/#if]
${tag.body}
[/#if]
[#macro beangle_uijs_head]
[#if tag.compressed]
[#else]
[/#if]
[/#macro]
[#macro beangle_js_head]
[#assign themeName = Parameters['ui.theme']!"default"]
[#if tag.compressed]
[#else]
[/#if]
[/#macro]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy