Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
5 | jlesech | 1 | <!DOCTYPE html> |
2 | <html lang="fr"> |
||
3 | <head> |
||
4 | {% load staticfiles %} |
||
5 | <link rel="stylesheet" type="text/css" media="screen" href="{% static 'helloworld/screen.css' %}" /> |
||
6 | <title>{% block title %}Hello world!{% endblock %}</title> |
||
7 | </head> |
||
8 | |||
9 | <body> |
||
10 | <div id="content"> |
||
11 | {% block content %}{% endblock %} |
||
12 | </div> |
||
13 | </body> |
||
14 | </html> |