# -*- coding:utf-8 -*- from mako import runtime, filters, cache UNDEFINED = runtime.UNDEFINED __M_dict_builtin = dict __M_locals_builtin = locals _magic_number = 10 _modified_time = 1433955607.178864 _enable_loop = True _template_filename = 'themes/bootstrap/templates/post.tmpl' _template_uri = 'post.tmpl' _source_encoding = 'utf-8' _exports = ['content', 'sourcelink', 'extra_head'] def _mako_get_namespace(context, name): try: return context.namespaces[(__name__, name)] except KeyError: _mako_generate_namespaces(context) return context.namespaces[(__name__, name)] def _mako_generate_namespaces(context): ns = runtime.TemplateNamespace('pheader', context._clean_inheritance_tokens(), templateuri='post_header.tmpl', callables=None, calling_uri=_template_uri) context.namespaces[(__name__, 'pheader')] = ns ns = runtime.TemplateNamespace('comments', context._clean_inheritance_tokens(), templateuri='comments_helper.tmpl', callables=None, calling_uri=_template_uri) context.namespaces[(__name__, 'comments')] = ns ns = runtime.TemplateNamespace('helper', context._clean_inheritance_tokens(), templateuri='post_helper.tmpl', callables=None, calling_uri=_template_uri) context.namespaces[(__name__, 'helper')] = ns def _mako_inherit(template, context): _mako_generate_namespaces(context) return runtime._inherit_from(context, 'base.tmpl', _template_uri) def render_body(context,**pageargs): __M_caller = context.caller_stack._push_frame() try: __M_locals = __M_dict_builtin(pageargs=pageargs) pheader = _mako_get_namespace(context, 'pheader') site_has_comments = context.get('site_has_comments', UNDEFINED) def extra_head(): return render_extra_head(context._locals(__M_locals)) parent = context.get('parent', UNDEFINED) messages = context.get('messages', UNDEFINED) def sourcelink(): return render_sourcelink(context._locals(__M_locals)) show_sourcelink = context.get('show_sourcelink', UNDEFINED) def content(): return render_content(context._locals(__M_locals)) helper = _mako_get_namespace(context, 'helper') comments = _mako_get_namespace(context, 'comments') post = context.get('post', UNDEFINED) __M_writer = context.writer() __M_writer('\n') __M_writer('\n') __M_writer('\n') __M_writer('\n\n') if 'parent' not in context._data or not hasattr(context._data['parent'], 'extra_head'): context['self'].extra_head(**pageargs) __M_writer('\n\n') if 'parent' not in context._data or not hasattr(context._data['parent'], 'content'): context['self'].content(**pageargs) __M_writer('\n\n') if 'parent' not in context._data or not hasattr(context._data['parent'], 'sourcelink'): context['self'].sourcelink(**pageargs) __M_writer('\n') return '' finally: context.caller_stack._pop_frame() def render_content(context,**pageargs): __M_caller = context.caller_stack._push_frame() try: pheader = _mako_get_namespace(context, 'pheader') site_has_comments = context.get('site_has_comments', UNDEFINED) def content(): return render_content(context) helper = _mako_get_namespace(context, 'helper') messages = context.get('messages', UNDEFINED) comments = _mako_get_namespace(context, 'comments') post = context.get('post', UNDEFINED) __M_writer = context.writer() __M_writer('\n
\n ') __M_writer(str(pheader.html_post_header())) __M_writer('\n
\n ') __M_writer(str(post.text())) __M_writer('\n
\n \n') if not post.meta('nocomments') and site_has_comments: __M_writer('
\n

') __M_writer(str(messages("Comments"))) __M_writer('

\n ') __M_writer(str(comments.comment_form(post.permalink(absolute=True), post.title(), post._base_path))) __M_writer('\n
\n') __M_writer(' ') __M_writer(str(helper.mathjax_script(post))) __M_writer('\n
\n') __M_writer(str(comments.comment_link_script())) __M_writer('\n') return '' finally: context.caller_stack._pop_frame() def render_sourcelink(context,**pageargs): __M_caller = context.caller_stack._push_frame() try: post = context.get('post', UNDEFINED) messages = context.get('messages', UNDEFINED) def sourcelink(): return render_sourcelink(context) show_sourcelink = context.get('show_sourcelink', UNDEFINED) __M_writer = context.writer() __M_writer('\n') if show_sourcelink: __M_writer('
  • \n ') __M_writer(str(messages("Source"))) __M_writer('\n
  • \n') return '' finally: context.caller_stack._pop_frame() def render_extra_head(context,**pageargs): __M_caller = context.caller_stack._push_frame() try: post = context.get('post', UNDEFINED) parent = context.get('parent', UNDEFINED) helper = _mako_get_namespace(context, 'helper') def extra_head(): return render_extra_head(context) __M_writer = context.writer() __M_writer('\n ') __M_writer(str(parent.extra_head())) __M_writer('\n') if post.meta('keywords'): __M_writer(' \n') if post.description(): __M_writer(' \n') __M_writer(' \n') if post.prev_post: __M_writer(' \n') if post.next_post: __M_writer(' \n') __M_writer(' ') __M_writer(str(helper.open_graph_metadata(post))) __M_writer('\n ') __M_writer(str(helper.twitter_card_information(post))) __M_writer('\n ') __M_writer(str(helper.meta_translations(post))) __M_writer('\n') return '' finally: context.caller_stack._pop_frame() """ __M_BEGIN_METADATA {"filename": "themes/bootstrap/templates/post.tmpl", "source_encoding": "utf-8", "uri": "post.tmpl", "line_map": {"128": 53, "129": 53, "130": 53, "131": 53, "150": 10, "162": 17, "137": 7, "146": 7, "147": 8, "148": 8, "149": 9, "22": 3, "151": 10, "152": 10, "25": 4, "154": 13, "155": 13, "28": 2, "157": 15, "158": 15, "159": 15, "160": 16, "161": 17, "34": 0, "163": 17, "164": 17, "165": 17, "166": 19, "167": 20, "168": 20, "156": 13, "170": 20, "171": 20, "172": 22, "173": 22, "174": 22, "175": 23, "176": 23, "177": 24, "178": 24, "53": 2, "54": 3, "55": 4, "56": 5, "61": 25, "66": 48, "71": 56, "77": 27, "184": 178, "89": 27, "90": 28, "91": 28, "92": 29, "93": 29, "94": 31, "95": 31, "96": 35, "97": 35, "98": 36, "99": 36, "100": 39, "101": 40, "102": 41, "103": 41, "104": 42, "105": 42, "106": 45, "107": 45, "108": 45, "109": 47, "110": 47, "116": 50, "169": 20, "153": 12, "125": 50, "126": 51, "127": 52}} __M_END_METADATA """