## -*- coding: utf-8 -*- <%def name="html_headstart()"> %if description: %endif ${title|striphtml} | ${blog_title|striphtml} ${html_stylesheets()} ${html_feedlinks()} %if permalink: %endif %if favicons: %for name, file, size in favicons: %endfor %endif % if comment_system == 'facebook': % endif %if prevlink: %endif %if nextlink: %endif ${mathjax_config} %if use_cdn: %else: %endif ${extra_head_data} <%def name="late_load_js()"> ${social_buttons_code} <%def name="html_stylesheets()"> %if use_bundles: %else: %if has_custom_css: %endif %endif <%def name="html_feedlinks()"> %if rss_link: ${rss_link} %elif generate_rss: %if len(translations) > 1: %for language in translations: %endfor %else: %endif %endif %if generate_atom: %if len(translations) > 1: %for language in translations: %endfor %else: %endif %endif <%def name="html_translations()">