{{template "header.html" .}} {{template "navbar.html" .}}

{{if .NotFound}}Not Found - Create it{{else}}Share your Notes online!{{end}}

To access the same scribble later just search for the title. Markdown supported!

Formatting help

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

{{template "footer.html" .}}