{% import "macros/head.html" as head -%}
{% import "macros/toc.html" as toc -%}
{% extends "index.html" -%}
{%- block math -%}
{% if page.extra.math %}
{{ head::katex() }}
{% endif %}
{%- endblock math -%}
{%- block title %}
{{ page.title }} - {{ config.extra.author }}
{# TODO: make some kind of social media linking, i guess? #}
{#%- include "snippets/social.html" %#}
{%- endblock title -%}
{%- block main -%}