Automatic commit via /home/don/bin/deployweb Thu Jun 11 11:00:11 UTC 2015

This commit is contained in:
Don Harper 2015-06-11 11:00:11 +00:00
parent 282b499818
commit 67b22b2b22
48 changed files with 550 additions and 550 deletions

View file

@ -4,12 +4,12 @@ UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1434016807.525952
_modified_time = 1434020407.1778429
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/index.tmpl'
_template_uri = 'index.tmpl'
_source_encoding = 'utf-8'
_exports = ['extra_head', 'content', 'content_header']
_exports = ['extra_head', 'content_header', 'content']
def _mako_get_namespace(context, name):
@ -32,21 +32,21 @@ def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
parent = context.get('parent', UNDEFINED)
index_file = context.get('index_file', UNDEFINED)
comments = _mako_get_namespace(context, 'comments')
permalink = context.get('permalink', UNDEFINED)
index_teasers = context.get('index_teasers', UNDEFINED)
site_has_comments = context.get('site_has_comments', UNDEFINED)
def content():
return render_content(context._locals(__M_locals))
posts = context.get('posts', UNDEFINED)
helper = _mako_get_namespace(context, 'helper')
def extra_head():
return render_extra_head(context._locals(__M_locals))
date_format = context.get('date_format', UNDEFINED)
def content():
return render_content(context._locals(__M_locals))
parent = context.get('parent', UNDEFINED)
permalink = context.get('permalink', UNDEFINED)
posts = context.get('posts', UNDEFINED)
index_file = context.get('index_file', UNDEFINED)
index_teasers = context.get('index_teasers', UNDEFINED)
def content_header():
return render_content_header(context._locals(__M_locals))
helper = _mako_get_namespace(context, 'helper')
site_has_comments = context.get('site_has_comments', UNDEFINED)
comments = _mako_get_namespace(context, 'comments')
__M_writer = context.writer()
__M_writer('\n')
__M_writer('\n')
@ -69,11 +69,11 @@ def render_body(context,**pageargs):
def render_extra_head(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
parent = context.get('parent', UNDEFINED)
posts = context.get('posts', UNDEFINED)
def extra_head():
return render_extra_head(context)
posts = context.get('posts', UNDEFINED)
index_file = context.get('index_file', UNDEFINED)
parent = context.get('parent', UNDEFINED)
permalink = context.get('permalink', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n ')
@ -88,19 +88,30 @@ def render_extra_head(context,**pageargs):
context.caller_stack._pop_frame()
def render_content_header(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
def content_header():
return render_content_header(context)
__M_writer = context.writer()
return ''
finally:
context.caller_stack._pop_frame()
def render_content(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
date_format = context.get('date_format', UNDEFINED)
comments = _mako_get_namespace(context, 'comments')
index_teasers = context.get('index_teasers', UNDEFINED)
site_has_comments = context.get('site_has_comments', UNDEFINED)
def content():
return render_content(context)
posts = context.get('posts', UNDEFINED)
index_teasers = context.get('index_teasers', UNDEFINED)
helper = _mako_get_namespace(context, 'helper')
date_format = context.get('date_format', UNDEFINED)
def content_header():
return render_content_header(context)
helper = _mako_get_namespace(context, 'helper')
site_has_comments = context.get('site_has_comments', UNDEFINED)
comments = _mako_get_namespace(context, 'comments')
__M_writer = context.writer()
__M_writer('\n')
if 'parent' not in context._data or not hasattr(context._data['parent'], 'content_header'):
@ -152,19 +163,8 @@ def render_content(context,**pageargs):
context.caller_stack._pop_frame()
def render_content_header(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
def content_header():
return render_content_header(context)
__M_writer = context.writer()
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/index.tmpl", "source_encoding": "utf-8", "line_map": {"128": 22, "129": 23, "130": 24, "131": 24, "132": 24, "133": 26, "134": 28, "135": 29, "136": 30, "137": 30, "138": 31, "139": 32, "140": 33, "141": 33, "142": 35, "143": 38, "144": 39, "145": 39, "146": 40, "147": 40, "148": 41, "149": 41, "22": 2, "25": 3, "155": 14, "31": 0, "166": 155, "51": 2, "52": 3, "53": 4, "58": 11, "63": 42, "69": 6, "79": 6, "80": 7, "81": 7, "82": 8, "83": 9, "84": 9, "85": 9, "91": 13, "105": 13, "110": 14, "111": 16, "112": 17, "113": 17, "114": 17, "115": 19, "116": 19, "117": 19, "118": 19, "119": 21, "120": 21, "121": 22, "122": 22, "123": 22, "124": 22, "125": 22, "126": 22, "127": 22}, "uri": "index.tmpl"}
{"line_map": {"128": 19, "129": 19, "130": 21, "131": 21, "132": 22, "133": 22, "134": 22, "135": 22, "136": 22, "137": 22, "138": 22, "139": 22, "140": 23, "141": 24, "142": 24, "143": 24, "144": 26, "145": 28, "146": 29, "147": 30, "148": 30, "149": 31, "22": 2, "151": 33, "152": 33, "25": 3, "154": 38, "155": 39, "156": 39, "157": 40, "150": 32, "31": 0, "160": 41, "166": 160, "51": 2, "52": 3, "53": 4, "58": 11, "159": 41, "63": 42, "69": 6, "158": 40, "79": 6, "80": 7, "81": 7, "82": 8, "83": 9, "84": 9, "85": 9, "91": 14, "102": 13, "116": 13, "153": 35, "121": 14, "122": 16, "123": 17, "124": 17, "125": 17, "126": 19, "127": 19}, "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/index.tmpl", "uri": "index.tmpl"}
__M_END_METADATA
"""