Create project in app
A despicable Typst template.
Usage
To use this template, first import it:
#import "@preview/gru:0.1.0": gru
Then use a show
rule:
#show: gru.with(last-content: [content for last pages])
The last-content
parameter is optional. If you provide content, it will show up on the last two pages.
Put your main content after the show
rule.
For an example, check out sample/lorem.pdf
.
License
This is MIT-licensed.