From 1b845a3db72afbe60cf909925df34ff40d5df6cc Mon Sep 17 00:00:00 2001 From: Andre Anjos Date: Sun, 7 May 2017 17:01:05 +0200 Subject: [PATCH] Add publications template --- templates/publications.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 templates/publications.html diff --git a/templates/publications.html b/templates/publications.html new file mode 100644 index 0000000..a91ef94 --- /dev/null +++ b/templates/publications.html @@ -0,0 +1,29 @@ +{% extends "base.html" %} +{% block title %}Publications{% endblock %} +{% block content %} + + +
+

Publications

+ +
+{% endblock %}