MailTemplate
An implementation of a parser for assembling email bodies.
Available:
Methods:
<h3>It's a pleasure to have you here {{description}}</h3><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Greeting</title>
</head>
<body>
<h1>Hello {{name}}</h1>
{{> component}}
</body>
</html>Last updated