{% extends "git_wiki/base.html" %} {% block stylesheets %} {{ block.super }} {% endblock %} {% block path %}{{ block.super }} » {{ item.path }}{% endblock %} {% block title %}{% endblock %} {% block gitwiki %}   {{ doc.html_body }}

Meta

Item name: {{ item.name }}
Item sha1 hash: {{ item.id }}

raw - pdf - log
{% endblock %} {% block commentary %}
{% load comments %}

Post a comment

{% if user.is_authenticated %} {% comment_form for git_wiki.item item.id with is_public yes %} {% else %} {% free_comment_form for git_wiki.item item.id with is_public yes %} {% endif %}
{% get_comment_list for git_wiki.item item.id as comments %} {% get_free_comment_list for git_wiki.item item.id as free_comments %} {% include "comment_list" %}
{% endblock %}