{{template "header.html" .}}
{{template "navbar.html" .}}To access the same scribble later just search for the title. Markdown supported!
To format your text you can use Markdown. Markdown has a very leightweight syntax, explained below.
# Heading
## Sub-heading
### Another deeper heading
Paragraphs are separated by a blank line.
A [link](http://example.com).
Two spaces at the end of a line leave a
line break. (Line break as well.)
Text attributes:
_italic_, *italic*
__bold__, **bold**
`monospace`
~~strike through~~
Bullet list:
* apples
* oranges
* pears