This commit is contained in:
Ethan Reece 2025-06-20 19:45:05 -05:00
parent 918bd9748c
commit 0a80e12c21
Signed by: me
GPG key ID: 198E9EB433DB1B28
2 changed files with 4 additions and 1 deletions

View file

@ -14,6 +14,7 @@
recipient: (
name: "name",
company: "company",
attn: "attn",
address: "address",
city: "city",
state: "ST",

View file

@ -12,6 +12,7 @@
recipient: (
name: "",
company: "",
attn: "",
address: "",
city: "",
state: "",
@ -27,8 +28,9 @@
#datetime.today().display("[month repr:long] [day], [year repr:full]") \
#recipient.name \
#if "name" in recipient [#recipient.name \ ]
#recipient.company \
#if "attn" in recipient [Attn: #recipient.attn \ ]
#recipient.address \
#recipient.city, #recipient.state #recipient.zip \ \ \
]