Grégory Soutadé
e795fa1af6
Add coding information in all py files Add dyn:post_url and dyn:post_full_url for replace directive (doesn't prepend http://) Escape double quotes in metas tag Add HTML5 markup for blog.soutade.fr Add ChangeLog
15 lines
446 B
HTML
15 lines
446 B
HTML
<html>
|
|
<head>
|
|
<title>Dynastie</title>
|
|
{% block head %} {% endblock %}
|
|
<link href="{{ STATIC_URL }}css/dynastie.css" rel="stylesheet" type="text/css"/>
|
|
|
|
</head>
|
|
<body>
|
|
<a href="/user">Users</a> <a href="/blog">Blogs</a> <a href="/disconnect">Disconnect</a><br/><br/>
|
|
{% block content %} {% endblock %}
|
|
<br/><br/><br/>
|
|
<center><a href="http://indefero.soutade.fr/p/dynastie">Dynastie</a> 0.2</center>
|
|
</body>
|
|
</html>
|