blob: 28eb01fd65762133d7a53d43bf7481e4296d7197 [file] [log] [blame]
Neil Trini Lasrado3f0a5812016-07-19 14:17:33 +05301{% extends "templates/web.html" %}
2
3{% block header %}
4 <h2> {{doc.subject}} </h2>
5 <p> {{doc.description}} </p>
6 <p class="text-muted small">Started by: {{doc.owner}} </p>
7{% endblock %}
8
9{% block page_content %}
10
11<div>
12 {% include 'templates/includes/comments/comments.html' %}
13</div>
14
15{% endblock %}