goat-framework / lamb

Go templating engine
MIT License
1 stars 1 forks source link

🐛 [Bug] Nested Tags close eachother #12

Open DamoFD opened 1 month ago

DamoFD commented 1 month ago

Before feedback

Operating System

Linux

Golang Version

1.20.x

Appliance Surge Version

0.1.0

Describe the Problem

Ex:

<ui-layout>
<ui-card>
</ui-card>
</ui-layout>

output:

<ui-layout>
</ui-card>

the closing ui card tag closes the ui layout tag.

Reproduction Steps or Code

No response

Expected Behavior

No response

Relevant Logs or Screenshots

No response

github-actions[bot] commented 1 month ago

Hi @DamoFD 👋

Thank you for your valuable feedback! If you're interested in contributing, please consider submitting a PR. Ensure your submission includes:

We appreciate your efforts and look forward to your contribution! 🚀