#+AUTHOR: author
#+TITLE: blog
#+BASE_URL: https://www.example.com
#+OPTIONS: toc:nil
#+CONTENT: ./content
#+PUBLIC: ./public
* templates
** head
#+name: head
#+begin_src html
{{ .Title }}
#+end_src
** header
#+name: header
#+begin_src html
home
#+end_src
** index
#+name: index
#+begin_src html
{{ template "head" . }}
{{ template "header" . }}