@{ ViewBag.Heading = "Welcome!"; ViewBag.Preview = "Example Email"; }

Let's see what you can build! To render a button inside your email, use the EmailLinkButton component: @await Component.InvokeAsync("EmailLinkButton", new { text = "Click Me!", url = "https://www.google.com" })

@section links { Coravel }