Opened 10 years ago
Closed 10 years ago
#25179 closed New feature (wontfix)
Allow custom variable tags for Templates
| Reported by: | Daniel van Flymen | Owned by: | nobody |
|---|---|---|---|
| Component: | Template system | Version: | 1.8 |
| Severity: | Normal | Keywords: | template tags |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Polymer and Angular both use the same Django-style {{ and }}s to denote variables.
It would be pretty neat to define custom tags or even choose from a list of different ones.
Note:
See TracTickets
for help on using tickets.
The verbatim tag is designed to solve this problem.