aboutsummaryrefslogtreecommitdiffstats
path: root/templates/main.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main.html')
-rw-r--r--templates/main.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/templates/main.html b/templates/main.html
new file mode 100644
index 0000000..68e32ae
--- /dev/null
+++ b/templates/main.html
@@ -0,0 +1,25 @@
+{%extends 'layout.html' %}
+{%block content%}
+<h3>
+ Welcome to the homepage of
+ <br>
+ Iva and Guillaume’s wedding!
+</h3>
+<p class="info">{% trans %}
+ The wedding will take place
+ <br>
+ Friday September 4<sup>th</sup>, 2015
+ <br>
+ in Le Lavandou, France.{% endtrans %}
+</p>
+<p>{% trans %}
+ This website will be updated periodically to include more
+ information. For now we just ask you to complete the <a href="/rsvp">RSVP</a>
+ form. Please let us know if you have any questions.
+ {% endtrans %}
+</p>
+<p class="info">{% trans %}
+ We are looking forward to sharing this experience with you!
+ {% endtrans %}
+</p
+{% endblock %}