40 lines
1.2 KiB
HTML
40 lines
1.2 KiB
HTML
{% load static wagtailcore_tags navigation information %}
|
|
{% get_site as the_site %}
|
|
|
|
<!-- Footer -->
|
|
<footer id="footer">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-4">
|
|
<!-- Bottom Menu -->
|
|
{% footer_menu parent=site_root calling_page=self %}
|
|
|
|
<!-- Search form -->
|
|
<form action="/search/" method="get" id="search-form">
|
|
<input type="text" name="query" value="" class="form-control">
|
|
<button type="submit" title="Search">
|
|
<span class="glyphicon glyphicon-search" aria-hidden="false"></span>
|
|
</button>
|
|
</form>
|
|
</div>
|
|
|
|
<a name="contact-info"></a>
|
|
<div class="col-md-4" id="contact-info">
|
|
{% contact_info the_site=the_site %}
|
|
</div>
|
|
<div class="col-md-4" id="contact-form">
|
|
{% footer_form the_site=the_site %}
|
|
{% news_letter the_site=the_site %}
|
|
</div>
|
|
</div><!-- /row -->
|
|
</div><!-- /container -->
|
|
</footer>
|
|
|
|
<div class="copyright">
|
|
{% contact_name the_site=the_site %}
|
|
© 2022
|
|
• <a href="https://public-health.ch/privacy/">Privacy</a>
|
|
• <a href="https://public-health.ch/impressum/">Impressum</a>
|
|
</div>
|
|
|
|
<link rel="stylesheet" type="text/css" href="{% static 'libs/cookieconsent/build/cookieconsent.min.css' %}">
|