#{ import "properties.typ": properties import "page/essay.typ": page_essay let content = include "content.typ" set document( title: properties.title, author: properties.author_name.first + " " + properties.author_name.last, ) page_essay( ..properties, content, ) }