Client
Blaze.With(data, contentFunc)
import { Blaze } from 'meteor/blaze'
Source Constructs a View that renders content with a data context.
Arguments
- data Object or Function
-
An object to use as the data context, or a function returning such an object. If a function is provided, it will be reactively re-run.
- contentFunc Function
-
A Function that returns renderable content.
Please login to continue.