+
+ {{ page.title }}
+ {% if page.taxonomies.authors %}
+ {{ page.taxonomies.authors | join(sep=", ") }}
+ {% endif %}
+ PulseEngine — pulseengine.eu
+ Preprint · open for review · {{ page.date | date(format="%B %Y") }}
+
+
+ {{ page.content | safe }}
+
+
+{% endblock %}
diff --git a/templates/preprints.html b/templates/preprints.html
new file mode 100644
index 0000000..4d71636
--- /dev/null
+++ b/templates/preprints.html
@@ -0,0 +1,29 @@
+{% extends "base.html" %}
+
+{% block title %}{{ section.title }} — {{ config.title }}{% endblock %}
+{% block description %}{{ section.description }}{% endblock %}
+
+{% block content %}
+