brainstew/index_template.html

22 lines
741 B
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Documentation</title>
<link rel="stylesheet" type="text/css" media="all" href="http://www.entrouvert.com/static/eo/css/eo.css">
<link rel="stylesheet" type="text/css" media="all" href="/skin/eo.css">
</head>
<body>
<h1 id="logo">
<a href="/"><img src="http://www.entrouvert.com/static/eo/img/logo.png" alt="Entr'ouvert"></a> Entr'ouvert Documentation</h1>
<dl class="doc-index">
{% for module in modules|dictsort:"title" %}
{% if not module.private %}
<dt><a href="/{{ module.name }}/{{ module.branch }}/">{{ module.title }}</a></dt>
<dd><p>{{ module.description }}</p></dd>
{% endif %}
{% endfor %}
</dl>
</body>
</html>