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

generator.page-spec.gspec.ftl Maven / Gradle / Ivy

There is a newer version: 2.4.4
Show newest version
<#list pageSpec.sections as section>
<#if section.hasContent>
= ${section.name} =
    <#if section.hasRules>
    <#list section.rules as rule>
    ${rule.statement}
    

    
    <#list section.objectSpecs as objectSpec>
    ${objectSpec.objectName}:
        <#list objectSpec.specs as spec>
        ${spec.statement}
        

    






© 2015 - 2025 Weber Informatics LLC | Privacy Policy