How would I to inject Client Resources in a common Layout for only those pages that actaully contain an epi Form? If I add these to the header and footer, everything works. My concern is that I only want to inject them for pages that contain a form block.
@Html.RequiredClientResources(RenderingTags.Header)
@Html.RequiredClientResources(RenderingTags.Footer)