Mercurial > public > sg101
comparison gpp/templates/base.html @ 421:e06e866af4f1
Fixing #207; adding a birthday block.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 21 Apr 2011 01:47:42 +0000 |
parents | 9175392da056 |
children | 6309814cd6f7 |
comparison
equal
deleted
inserted
replaced
420:c06d836c8b84 | 421:e06e866af4f1 |
---|---|
7 {% load irc_tags %} | 7 {% load irc_tags %} |
8 {% load potd_tags %} | 8 {% load potd_tags %} |
9 {% load messages_tags %} | 9 {% load messages_tags %} |
10 {% load script_tags %} | 10 {% load script_tags %} |
11 {% load poll_tags %} | 11 {% load poll_tags %} |
12 {% load core_tags %} | |
12 {% load cache %} | 13 {% load cache %} |
13 <head><title>SurfGuitar101.com | {% block title %}{% endblock %}</title> | 14 <head><title>SurfGuitar101.com | {% block title %}{% endblock %}</title> |
14 <meta http-equiv="Content-Type" content="text/html" /> | 15 <meta http-equiv="Content-Type" content="text/html" /> |
15 <meta http-equiv="Content-Language" content="en-US" /> | 16 <meta http-equiv="Content-Language" content="en-US" /> |
16 <meta name="robots" content="all" /> | 17 <meta name="robots" content="all" /> |
82 {% irc_status %} | 83 {% irc_status %} |
83 {% endcache %} | 84 {% endcache %} |
84 {% cache 3600 poll_block %} | 85 {% cache 3600 poll_block %} |
85 {% latest_poll_block %} | 86 {% latest_poll_block %} |
86 {% endcache %} | 87 {% endcache %} |
88 {# cache 3600 birthday_block #} | |
89 {% birthday_block %} | |
90 {# endcache #} | |
87 {% include 'core/mp3comp_block.html' %} | 91 {% include 'core/mp3comp_block.html' %} |
88 </div> | 92 </div> |
89 | 93 |
90 <div id="content-primary" class="span-19 last"> | 94 <div id="content-primary" class="span-19 last"> |
91 {% block content %} | 95 {% block content %} |