{% extends "base.html" %} {% block meta %} {% endblock %} {% block style %} {% endblock %} {% block content %}
Projects ======== My main hobby is working on software projects. I typically design websites or build tools that make my life easier. {% for article in articles if article.category.name == 'Projects' %} {{ article.title }} {{ article.summary | striptags }} {% endfor %} standardnotes-fs* A filesystem that mounts your Standard Notes account as a directory of text files that you can edit. * external link {% endblock %}