## -*- coding: utf-8 -*- <%def name="html_pager()"> %if prevlink or nextlink: %endif <%def name="mathjax_script(posts)"> %if any(post.is_mathjax for post in posts): %if use_katex: %else: % if mathjax_config: ${mathjax_config} % else: % endif %endif %endif