mirror of
https://github.com/clonos/control-pane.git
synced 2026-04-27 05:35:55 +03:00
[GH-ISSUE #40] Use template engine ? #26
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/control-pane#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bozhinov on GitHub (Feb 21, 2021).
Original GitHub issue: https://github.com/clonos/control-pane/issues/40
Hello,
If I replace the existing load dialog code with a template engine, will you accept it ?
Momchil
@olevole commented on GitHub (Feb 21, 2021):
Can you add more details or a link to the template engine? does this require adding some kind of framework?
@bozhinov commented on GitHub (Feb 21, 2021):
I usually start with mine cause it is small and simple:
https://github.com/bozhinov/slimTpl
and once that's done code is basically ready for any other.. like Falcon
The goal is to extract the html from the php code