<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>