How to display a shape more than once with different templates? #10175
Unanswered
DrewBrasher
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@DrewBrasher did you ever figure this out? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a content type called BoardPacket that has a ListPart. I would like to display just the outline of the items in the ListPart first and then display the full content of the items. I created a liquid template for the BoardPacket called
Content-BoardPacket.liquid
and two razor templates for the ListPart calledBoardPacket-ListPart-Full.cshtml
andBoardPacket-ListPart-Agenda.cshtml
. I have tried this in theContent-BoardPacket.liquid
template :from #10165 (reply in thread)
but it renders the Agenda template twice instead of rendering both templates.
Beta Was this translation helpful? Give feedback.
All reactions