{% extends "base.html" %} {% from "macros/tag-links.html" import taxonomy_labels with context %} {% block body %} {% set project = this.parent.parent %} {% set siblings = this.get_siblings() %}

{{ project.title }} ยท Devlog

{{ this.title }}

{{ this.summary }}

{{ this.body }}

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

{% endblock %}