Different Wrappers For Templates With perch:every and perch:before?

  • Hi all


    I'm trying to wrap the first couple of items output from a `post_in_list` template in one container and wrap the rest in a different one so I can apply different grid layouts to them. Trying a couple of ways to achieve this, but the `second-wrapper` seems to be being ignored. Am I doing it wrong or does perch:before just not work this way? Should I break those up into different templates?


    First with with perch:every, perch: else and perch:before...


    Then with with perch:every and perch:before.


    Thanks

  • Thanks. I went for this in the index page instead, which seems to work. Does start only work with count and 'paginate' => false?