Subversion Repositories blog-sources

Rev

Blame | Last modification | View Log | Download | RSS feed

<!DOCTYPE html>
<html lang="fr">
<head>
    {% load staticfiles %}
    <link rel="stylesheet" type="text/css" media="screen" href="{% static 'helloworld/screen.css' %}" />
    <title>{% block title %}Hello world!{% endblock %}</title>
</head>

<body>
    <div id="content">
        {% block content %}{% endblock %}
    </div>
</body>
</html>