Public archive for the Return to Ritherdon project. https://www.nicolaellisandritherdon.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
425 B

{% extends "layouts/default.html" %}
{% block title %}{{db-data.title}}{% endblock %}
{% block content %}
<article class="fe-article">
<div class="fe-article-body">
<h1>{{db-data.title}}</h1>
<p class="fe-hint">
Published: {{db-data.month}} {{db-data.year}}
</p>
<p class="fe-hint">Keywords: {{ db-data.keywords | replace:, | with:" • " }}</p>
{{data | safe}}
</div>
</article>
{% endblock %}