Projet

Général

Profil

Télécharger (300 octets) Statistiques
| Branche: | Tag: | Révision:

root / corbo / templates / corbo / unsubscription.html @ 6a3e75ef

1
{% load static %}
2
<!DOCTYPE html>
3
<html>
4
  <head>
5
    <title>{% block title %}{% endblock %}</title>
6
    <link rel='stylesheet' type='text/css' href='{% static "css/corbo.css" %}' />
7
  </head>
8
  <body>
9
    <div class='content'>
10
    {% block content %}
11
    {% endblock %}
12
    </div>
13
  </body>
14
</html>
(10-10/11)