CoverPilot / app /typst /template_letter.tmpl
cxumol's picture
move main program to ./app dir
d78d2a0
raw
history blame
No virus
302 Bytes
#import "template_base.typ": *
#show: letter.with(
sender: [
${applicantContactInformation}
],
recipient: [
Hiring Manager \
${companyFullName} \
],
date: [${date_string}],
subject: [Cover Letter for ${jobTitle}],
name: [${applicantFullName}],
)
${letter_body}