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