generated from me/guix-typst-template
Add Attn
This commit is contained in:
parent
918bd9748c
commit
0a80e12c21
2 changed files with 4 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
|||
recipient: (
|
||||
name: "name",
|
||||
company: "company",
|
||||
attn: "attn",
|
||||
address: "address",
|
||||
city: "city",
|
||||
state: "ST",
|
||||
|
|
|
@ -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 \ \ \
|
||||
]
|
||||
|
|
Reference in a new issue