Changes between Initial Version and Version 1 of Ticket #36559, comment 5


Ignore:
Timestamp:
Aug 18, 2025, 8:00:05 AM (5 weeks ago)
Author:
Carlton Gibson

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.
     1The 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.
    22
    33I'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)
Back to Top