1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns=
"http://www.w3.org/1999/xhtml" xml:
lang=
"en" lang=
"en">
5 <link rel=
"stylesheet" href=
"/w/static/style.css" />
6 <title>worddb
• {% block title %}Home{% endblock %}
</title>
7 <style type=
"text/css">
8 {% block extra_style
%}
11 {% block extra_head_late %}{% endblock %}
15 <div id=
"header_links">
16 {% if user.is_authenticated %}
18 <a href=
"/w/accounts/">settings
</a> |
19 <a href=
"/w/accounts/signout/">logout
</a>
21 <a href=
"/w/accounts/signup/">register
</a> |
22 <a href=
"/w/accounts/signin/">login
</a>
25 <a href=
"/">worddb
</a>
28 {% for message in session_messages %}
29 <li>{{ message }}
</li>
40 {% block content %}{% endblock %}
43 <script type=
"text/javascript" src=
"/w/static/js/jquery.js"></script>
45 <script type=
"text/javascript" src=
"http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
47 {% block extra_body_late %}{% endblock %}
48 <script type=
"text/javascript">
49 {% block extra_script
%}{% endblock
%}