{% extends base.html %} {% block title %} Home {% end block %} {% block body %}

Welcome to Magpie!



I love Evernote, but I just don't trust anybody with data I care about anymore, so I decided to try to build a replacement I could host myself. Magpie is an Evernote replacement which renders Markdown, is backed by git, and is built on Python.

{% if config_problem is not None %}

{{ config_problem['message'] }}
Click here to change your settings.

{% end if %}

Image courtesy of Kieran Palmer, as licensed under CC BY-SA 2.0 Generic.

{% end block %}