{% extends "index.html" %} {% import "post_macros.html" as post_macros %} {% block title -%} {{page.title}} | {{config.title}} {%- endblock title %} {% block description -%} {% if page.summary -%} ", to=" ") | striptags | trim | safe }}"> ", to=" ") | striptags | trim | safe }}"> ", to=" ") | striptags | truncate(length=200) | trim | safe }}"> {% else %} ", to=" ") | striptags | truncate(length=280) | trim | safe }}"> ", to=" ") | striptags | truncate(length=280) | trim | safe }}"> ", to=" ") | striptags | truncate(length=280) | trim | safe }}"> {%- endif %} {%- endblock description %} {% block content %}

{{ page.title | markdown | striptags }}

{% if page.extra.author -%} by {{ page.extra.author}} {%- endif %} {{ " - " }}({{ page.reading_time }} min read)
{% if page.toc and page.extra.toc -%}
Contents
{%- endif %}
{{ page.content | safe }}
{%- endblock content %} {% block webring -%} {%- endblock webring %}