--- layout: "skeleton.njk" styles: ["project"] ---
{% if logo %} {% endif %}

{{ name }}

by {{ author }}

{{ subtitle }}

{% if links or docs or images or releases %}
{% include "project_image.njk" %}

Here's what we found:

{% if links %}

{{ links | length }} links.

    {% for label, addr in links %}
  • {{ label }}
  • {% endfor %}
{% endif %} {% if docs %}

{{ docs | length }} documentaion files.

    {% for label, addr in docs %}
  • {{ label }}
  • {% endfor %}
{% endif %}
{% endif %}
{% if content %} {{ content | safe }} {% else %}

Oopsie! :<

Seems like we don't have a description for this project.

"If only the clockworks could speak
I wouldn't be so alone"

{% endif %}