I want to integrate an lengthy already made form possessing both a css and html file into my existing meteor project. How would I do something like that? Is it possible to do something like this:
<template name = "premadeForm">
somehow link with other html and css files
</template>
and then integrate that template into my application:
{{> premadeForm}}
I could be going about this in an unreasonable way. Thanks for the help.