All Downloads are FREE. Search and download functionalities are using the official Maven repository.

plugin-template.tpl.pages.home.html Maven / Gradle / Ivy

There is a newer version: 1.3
Show newest version

Ready to change the template

Here is list of pages:

    #foreach($n in $this.childs)
  • $n.title
  • #if($n.type == 'category' && $n.childs.size()>0)
      #foreach($c in $n.childs)
    • $c.title
    • #end
    #end #end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy