1 {% extends "base.html" %}
6 <h1>{{ entry.title }}</h1>
7 <div class="blogentry">
8 {{ entry.content|restructuredtext }}
10 <p>Posted: {{ entry.publish_date|date:"Y-m-d H:i" }}
11 {% if entry.sections.count %}
13 {% for section in entry.sections.all %}
14 {% if forloop.first %}
15 <a href="{{ section.get_absolute_url }}">{{ section.title }}</a>{% if not forloop.last %}, {% endif %}
18 and <a href="{{ section.get_absolute_url }}">{{ section.title }}</a>
20 <a href="{{ section.get_abolute_url }}">{{ section.title }}</a>
25 <a href="{{ entry.get_absolute_url }}">permalink</a>