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

ze-ph.route.mustache Maven / Gradle / Ivy

There is a newer version: 3.0.0-rc1
Show newest version
      {{padding}}'{{name}}':
      {{padding}}  type: {{type}}
      {{padding}}  options:
      {{padding}}    route: {{route}}
{{#handler}}
      {{padding}}    defaults:
      {{padding}}      handler: {{handler}}
{{/handler}}
{{#hasChildren}}
{{#handler}}
      {{padding}}  may_terminate: true
{{/handler}}
      {{padding}}  child_routes:
{{/hasChildren}}
{{#children}}{{>route}}{{/children}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy