{% 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}}
{% endblock %}