Changes between Initial Version and Version 1 of Ticket #36559, comment 5
- Timestamp:
- Aug 18, 2025, 8:00:05 AM (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36559, comment 5
initial v1 1 The same issue occurs with `{% comment %}` too. It's dependent on the partial name being reused in the non-active block, that must appear first in the source.1 The same issue occurs with `{% comment %}` too. It's dependent on the partial name being reused in the non-active block, and that must appear first in the source. 2 2 3 3 I'm not sure it's worth the price of entry — sometimes **don't do that** is the right answer — but I'd be inclined to strip comment and verbatim blocks before looking the match (if this usage is to be supported)