Client
Blaze.toHTML(templateOrView)
import { Blaze } from 'meteor/blaze'
Source Renders a template or View to a string of HTML.
Arguments
- templateOrView Blaze.Template or Blaze.View
-
The template (e.g.
Template.myTemplate
) or View object from which to generate HTML.
Please login to continue.