public-health-ch/publichealth/home/templates/home/contact_form_landing.html
2017-05-16 12:03:53 +02:00

15 lines
358 B
HTML

{% extends "base.html" %}
{% load wagtailcore_tags %}
{% block body_class %}template-{{ self.get_verbose_name|slugify }}{% endblock %}
{% block content %}
<section id="contact-page">
<div class="container">
<center>
<h2>{{ page.title }}</h2>
<p class="lead">{{ page.thanks|richtext }}</p>
</center>
</div>
</section>
{% endblock %}