samskivert / jmustache

A Java implementation of the Mustache templating language.
Other
828 stars 129 forks source link

Parent partial #156

Closed agentgt closed 7 months ago

agentgt commented 7 months ago

THIS is a draft PR. Do not merge as it requires #154 and #155 .

Ignoring whitespace issues it works.

The whitespace issue has to do with standalone for parents allowing something like:

{{<parent}}...{{/parent}}

Basically whatever is in the parent that is on the same line as the opening and closing is considered standalone for both tags.

I should have it fixed soon.

agentgt commented 7 months ago

Ahh annoyingly I didn't click on PR Draft....