{% extends "base.html" %} {% block title %}{{ note.comment|truncatechars:60 }} — {{ project.name }} — Fossilrepo{% endblock %} {% block content %}

{{ project.name }}

{% include "fossil/_project_nav.html" %}
← Back to Technotes

{{ note.comment }}

{{ note.user }} {{ note.uuid|truncatechars:16 }} {{ note.timestamp|date:"Y-m-d H:i" }}
{% if has_write %} {% endif %}
{% if body_html %}
{{ body_html }}
{% else %}

No body content.

{% endif %}
{% endblock %}