{% extends "base.html" %} {% from "macros/tag-links.html" import tag_links, taxonomy_labels with context %} {% block body %} {% set devlog = site.get(this.path ~ '/devlog') %}
{% if this.logo %}{% endif %}

Project exhibition · {{ this.status }}

{{ this.title }}

{{ this.summary }}

{{ this.body }}
{% if this.technology_labels %}
Built with{{ this.technology_labels|length }} technologies
{{ taxonomy_labels(this.technology_labels) }}
{% endif %} {% if devlog %}
Latest development notesView complete devlog →
{% for entry in devlog.children.order_by('-date', '-source_commit_time').limit(3) %} {% endfor %}
{% endif %}
{% endblock %}