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