-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (23 loc) · 788 Bytes
/
index.html
File metadata and controls
27 lines (23 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
layout: react
title: ReactJS Day
ttl: ReactJS Day
conf_data: "VERONA - OCTOBER 30, 2015"
cfp: false
cfp_url: https://docs.google.com/a/grusp.org/forms/d/1Mq6ZJ1N2TaNrLk7e_X1OhH2mKQHKCnlZTgdRvbmc48Q/viewform
speakers: true
cfs: false
where: veneto
tickets: false
tickets_url: //eventbrite.com/tickets-external?eid=17120086640&ref=etckt
---
{% include section-newsletter.html %}
{% include section-contents.html %}
{% if page.cfp %} {% include section-cfp.html %} {% endif %}
{% if page.tickets %} {% include section-tickets.html %} {% endif %}
{% if page.speakers %} {% include section-speakers.html %} {% endif %}
{% if page.where %}
{% capture place %}{{'places/'}}{{page.where}}{{'.html'}}{% endcapture %}
{% include {{place}} %}
{% endif %}
{% include section-sponsors.html %}