mirror of
https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
synced 2025-06-20 09:04:42 +02:00
31 lines
343 B
Lua
31 lines
343 B
Lua
$for(header-includes)$
|
|
$header-includes$
|
|
$endfor$
|
|
|
|
$if(title)$
|
|
# $title$
|
|
$endif$
|
|
|
|
$if(subtitle)$
|
|
## $subtitle$
|
|
$endif$
|
|
|
|
$for(author)$
|
|
### $author$
|
|
$endfor$
|
|
|
|
$if(date)$
|
|
$date$
|
|
$endif$
|
|
|
|
$for(include-before)$
|
|
$include-before$
|
|
$endfor$
|
|
$if(toc)$
|
|
$idprefix$ " TOC"
|
|
$table-of-contents$
|
|
$endif$
|
|
$body$
|
|
$for(include-after)$
|
|
$include-after$
|
|
$endfor$
|