Skip to content

Commit

Permalink
Adding support for better nested page templates
Browse files Browse the repository at this point in the history
  • Loading branch information
computate committed Jul 6, 2023
1 parent 430d97f commit fdb163a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/org/computate/frFR/java/EcrirePageClasse.java
Original file line number Diff line number Diff line change
Expand Up @@ -1729,6 +1729,7 @@ else if("LocalDate".equals(entiteNomSimple)) {
l(String.format("hackathonLabels: %s", hackathonLabels));
l("-->");
}
l("{{#eq classSimpleName \"", classeNomSimple, "\"}}");
l("{{#partial \"htmHead\"}}{{> htmHead", classePageNomSimple, "}}{{/partial}}");
l("{{#partial \"htmTitle\"}}{{> htmTitle", classePageNomSimple, "}}{{/partial}}");
l("{{#partial \"htmMeta\"}}{{> htmMeta", classePageNomSimple, "}}{{/partial}}");
Expand Down Expand Up @@ -1792,6 +1793,7 @@ else if("LocalDate".equals(entiteNomSimple)) {
}
}
}
l("{{/eq}}");
l("{{> ", classeGenPageNomSimple, "}}");
}

Expand Down

0 comments on commit fdb163a

Please sign in to comment.