Fork me on GitHub
#luminus
<
2017-03-08
>
kauko13:03:25

@jumar does that work if you remove both the comment and endcomment blocks? What about if you move endcomment to be right after comment?

kauko13:03:39

I know that's not what you want, but it helps in debugging

jumar15:03:54

@kauko I was just wondering why that's the case. It's definitely not something I need to really do - I was just debugging why my template didn't work and want to use comment as to temporary disable part of the template (instead of deleting it). But I've already figured it out.

kauko15:03:12

nice 🙂

yogthos15:03:09

@jumar the comment tag can't appear before the extends tag, the extends tag acts a bit like a namespace declaration

yogthos15:03:22

so it's a special case

jumar20:03:37

@yogthos makes sense. Thanks for explanation!