--- /dev/null
+[[!template id=gitrepo repo=insider]]
+
+Insider is a little [Django][] app I wrote to help my brother,
+Garrett, track insider trading with a simple, familiar web interface.
+It's a pretty simple app, partly thanks to Bradley Ayers'
+[django-tables2][], which does the table formatting. Just goes to
+show that a good scripting language and framework make developing
+simple apps a breeze!
+
+[Django]: https://www.djangoproject.com/
+[django-tables2]: https://github.com/bradleyayers/django-tables2/
+
+[[!tag tags/code]]
+[[!tag tags/linux]]
+[[!tag tags/programming]]
+[[!tag tags/python]]