Closed allcentury closed 3 months ago
For some reason blocks are only called if text is included in them, ie:
{% some_block %} hello {% end %}
but this doesn't call the tag function...
{% some_block %} {% end %}
For some reason blocks are only called if text is included in them, ie:
but this doesn't call the tag function...