publik-base-theme/templates/variants/fontenay-sous-bois-2018/theme.html

10 lines
370 B
HTML

{% extends "theme.html" %}
{% load static %}
{% block header-pre %}
<div id="header-pre"><div>
<a id="logo-ville" href="{{website_url}}"><img width="165" height="78" src="{{ site_base }}{% static 'fontenay-sous-bois-2018/img/logo-fontenay.png' %}" alt="fontenay-sous-bois.fr"/></a>
<a id="home-link" href="{{portal_url}}">Mes démarches</a>
</div></div>
{% endblock %}