{% extends "layouts/default.html" %} {% block title %}{{db-data.title}}{% endblock %} {% block content %} {% if roles.logged-in %}
Dashboard View Dashboard New Archive Entry View Entry New Archive Entry Create Entry Archive Index Archive Index Storage Index Storage Index Pages Index Pages Index
{% endif %}

{{db-data.title}}

Published: {{db-data.month}} {{db-data.year}}

Keywords: {{ db-data.keywords | replace:, | with:" • " }}

{{data | safe}}
{% if older-entries %}

Previous

    {% for item in older-entries %}
  • {{item.title}}

    {{item.month}}{{item.year}}

  • {% endfor %}
{% endif %} {% if newer-entries %}

Next

    {% for item in newer-entries %}
  • {{item.title}}

    {{item.month}}{{item.year}}

  • {% endfor %}
{% endif %}
{% endblock %}