{% extends "_base.html" %} {% block page %}post{% endblock page %} {% block lang -%} {%- set blog_section_path = config.extra.blog_section_path | trim_start_matches(pat="/") -%} {%- set section_md_path = blog_section_path ~ "/_index.md" -%} {%- set section = get_section(path=section_md_path, metadata_only=true) -%} {%- if page.extra.lang %}{{page.extra.lang}}{% elif section.extra.lang %}{{section.extra.lang}}{% else %}{{page.lang}}{% endif -%} {%- endblock lang %} {% block title %}{{ page.title }}{% endblock title %} {% block desc %} {% if page.summary %} {% set desc = page.summary %} {% elif page.description %} {% set desc = page.description %} {% endif %} {% if desc %} {% endif %} {% endblock desc %} {% block head %} {% if config.markdown.highlight_theme == "css" %} {% endif %} {% if page.extra.math %} {% endif %} {% endblock head %} {% block content %} {% include "_header.html" %}