{% 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 }}

- Erik Winter
{% if page.toc and page.extra.toc -%}
Contents
{%- endif %}
{{ page.content | safe }}
{%- endblock content %} {% block webring -%} {%- endblock webring %}