A typst template for use in MLA formats.
#import "@preview/modern-mla:0.1.0":*
#show: mla.with(
  title: "",
  author: (
    firstname: "",
    lastname: ""
  ),
  professor:none,
  course:[], 
  date: [],
  bibliography-file: none,
)