Returns the recursion depth of this stock-section call.

When the stock-section is called initially (e.g. from the template's root block), its recursion depth is 0.

Each time the stock-section calls itself (directly or indirectly), the recursion depth is incremented by 1 (and restored back when the stock-section processing is finished).