{% extends "base.html" %} {% from "macros/tag-links.html" import taxonomy_labels with context %} {% from "macros/social-sharing.html" import social_metadata, share_controls with context %} {% block social_head %} {% set social_project = this.parent.parent %} {{ social_metadata(this, 'TechArticle', 'article', social_project) }} {% endblock %} {% block body %} {% set project = this.parent.parent %} {% set siblings = this.get_siblings() %}

{{ project.title }} ยท Devlog

{{ this.title }}

{{ this.summary }}

{{ share_controls(this, 'development note', project) }}
{{ this.body }}

View the complete {{ project.title }} devlog โ†’

{% endblock %}