Skip to content

Commit 4dbb132

Browse files
committed
chore: wip
1 parent 9770066 commit 4dbb132

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

pnpm-lock.yaml

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/mails/layouts/main.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<style>{{{ page.css }}}</style>
5+
</head>
6+
<body>
7+
<slot name="template"></slot>
8+
</body>

resources/mails/welcome.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "Hello World Email"
3+
---
4+
5+
<extends src="layouts/main.html">
6+
<fill name="template"></fill>
7+
</extends>

0 commit comments

Comments
 (0)