orgmode-to-gemini-blog/template_gemini.lua
2024-11-03 10:27:16 +01:00

32 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$