{"body":"## -*- coding: utf-8 -*-\n<%namespace name=\"helper\" file=\"post_helper.tmpl\"/>\n<%namespace name=\"comments\" file=\"comments_helper.tmpl\"/>\n\n<%def name=\"html_title()\">\n%if title and not post.meta('hidetitle'):\n    <h2 class=\"p-name entry-title\" itemprop=\"headline name\"><a href=\"${post.permalink()}\" class=\"u-url\">${title|h}</a></h2>\n%endif\n</%def>\n\n<%def name=\"html_translations(post)\">\n    % if len(translations) > 1:\n        <div class=\"metadata posttranslations translations\">\n            <h3 class=\"posttranslations-intro\">${messages(\"Also available in:\")}</h3>\n            % for langname in translations.keys():\n                % if langname != lang and post.is_translation_available(langname):\n                <p><a href=\"${post.permalink(langname)}\" rel=\"alternate\" hreflang=\"${langname}\">${messages(\"LANGUAGE\", langname)}</a></p>\n                % endif\n            % endfor\n        </div>\n    % endif\n</%def>\n\n<%def name=\"html_sourcelink()\">\n    % if show_sourcelink:\n        <p class=\"sourceline\"><a href=\"${post.source_link()}\" id=\"sourcelink\">${messages(\"Source\")}</a></p>\n    % endif\n</%def>\n\n<%def name=\"html_post_header()\">\n    <header>\n        ${html_title()}\n        %if post.description():\n            <div class=\"description entry-summary\">\n                <p itemprop=\"description\">${post.description()}</p>\n            </div>\n        %endif\n        <div class=\"metadata\">\n            <p class=\"byline author vcard\"><span class=\"byline-name fn\">${post.author()}</span></p>\n            <p class=\"dateline\"><a href=\"${post.permalink()}\" rel=\"bookmark\"><time class=\"published dt-published updated\" datetime=\"${post.date.isoformat()}\" itemprop=\"datePublished\" title=\"${messages(\"Publication date\")}\">${post.formatted_date(date_format)}</time></a></p>\n            % if not post.meta('nocomments') and site_has_comments:\n                <p class=\"commentline\">${comments.comment_link(post.permalink(), post._base_path)}\n            % endif\n            ${html_sourcelink()}\n            % if post.meta('link'):\n                    <p><a href='${post.meta('link')}'>${messages(\"Original site\")}</a></p>\n            % endif\n            <p class=\"readtime\" title=\"Estimated time to read at 220 words per minute\">${post.reading_time} min to read</p>\n        </div>\n        ${html_translations(post)}\n    </header>\n</%def>","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/ybQ0rzec","modified":1431043351,"id":"ybQ0rzec","size":2325,"lines":52,"own_paste":false,"theme":"","date":1431043351}