⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Corbo
All Projects
Produits Entr'ouvert
»
Corbo
Overview
Activity
Roadmap
Issues
Wiki
Repository
Download (300 Bytes)
Statistics
| Branch:
main
| Tag:
v0.10
v0.11
v0.12
v0.13
v0.14
v0.15
v0.16
v0.17
v0.18
v0.19
v0.2
v0.20
v0.21
v0.22
v0.23
v0.24
v0.25
v0.26
v0.3
v0.4
v0.5
v0.6
v0.7
v0.8
v0.9
| Revision:
root
/
corbo
/
templates
/
corbo
/
unsubscription.html
@ fe505764
View
History
Annotate
{% load static %}
<!DOCTYPE html>
<html>
<head>
<title>
{% block title %}{% endblock %}
</title>
<link
rel=
'stylesheet'
type=
'text/css'
href=
'{% static "css/corbo.css" %}'
/>
</head>
<body>
<div
class=
'content'
>
{% block content %}
{% endblock %}
</div>
</body>
</html>
« Previous
1
…
7
8
9
10
Next »
(9-9/10)
Loading...