Skip to content
Snippets Groups Projects
eventcal.xml 364 B
Newer Older
Lukas Ruge's avatar
Lukas Ruge committed
---
layout: null
---
<?xml version="1.0" encoding="UTF-8"?>
<event>
 <name>{{page.title}}</name>
 <date>{{page.eventdate}}</date>
 <end>{{page.eventend}}</end>
 <uid>{{page.uid}}</uid>
  <location>
    {% for location in page.locations %}
    <location>{{ location | xml_escape }}</location>
    {% endfor %}
  </location>
  <short>{{page.short}}</short>
</event>