serposcope.views.google.google.ftl.html Maven / Gradle / Ivy
The newest version!
<#assign googleSideMenu>
${i18n("label.groups")}
${i18n("label.searches")}
${i18n("label.websites")}
#assign>
<#macro googleLayout title="" >
<#import "../layout/root.ftl.html" as layout>
<@layout.rootLayout "${title}" "${googleSideMenu}" >
<#nested/>
@>
#macro>