This project is old and in a state of disrepair.
It's been included for the sake of posterity,
but the code and docs aren't up to my current standards.
Feel free to poke around, but don't expect something polished (or even functional)!
{% endif %}
{% if page.status == "wip" %}
This project is a work in progress.
It's been included for the sake of completeness,
but the code and docs aren't quite ready yet.
Feel free to poke around, but don't expect something polished (or even functional)!
{% endif %}
{% if page.repo or page.date %}
{% if page.created %}
Project Date
{{ page.created }}
{% endif %}
{% if page.repo %}
{% endif %}
{% if page.demo %}
{% endif %}
{% endif %}
{{ content }}