Template max limit hit for perch:if tags, or malformed template.

  • I have three templates in my layout, all of which use `<perch:if exists=>` statements. They all refer to my `profile.html` template, which gives the client one place to enter their relevant company details. If none are entered, then the item doesn't display.


    The three templates are as follow:

    So is there a limit to amount the of `if:tags`I can have? Or is there something wrong with my code?