From d513f2b4a35fd21569127aa6a66e8e457deb48d4 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sun, 24 May 2015 03:05:46 +0200 Subject: talks: Initial conversion of the separate webpage --- _talks.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 _talks.html (limited to '_talks.html') diff --git a/_talks.html b/_talks.html new file mode 100644 index 0000000..ef3e21f --- /dev/null +++ b/_talks.html @@ -0,0 +1,32 @@ +{% extends "_base.html" %} + +{% block content %} +
+ Spline Talks Logo +

Spline Talks

+ +
+ +

+ {{ entry.title|typogrify }} + {{ entry.date.strftime('%d. %B %Y') }}, {{entry.time}}, {{entry.location}} +

+ +

{{ entry.abstract|markdown|typogrify }}

+ +

Vortragende

+

{{entry.lecturer|markdown|typogrify }}

+ + {% if entry.slides %} +

Slides

+

{{entry.slides}}

+ {% endif %} + + {% if entry.links %} +

Links

+

{{ entry.links|markdown|typogrify }}

+ {% endif %} +
+{% endblock %} -- cgit v1.2.3-1-g7c22